[PATCH] optimize hweight64 for x86_64
[powerpc.git] / include / asm-x86_64 / acpi.h
index e2b9923..ed59aa4 100644 (file)
@@ -155,28 +155,14 @@ extern void acpi_reserve_bootmem(void);
 
 #endif /*CONFIG_ACPI_SLEEP*/
 
-#define boot_cpu_physical_apicid boot_cpu_id
-
 extern int acpi_disabled;
 extern int acpi_pci_disabled;
 
 extern u8 x86_acpiid_to_apicid[];
 
-extern int acpi_skip_timer_override;
-
-extern int unsync_tsc_on_multicluster;
+#define ARCH_HAS_POWER_INIT 1
 
-static inline int acpi_madt_oem_check(char *oem, char *productid) 
-{ 
-       /* Copied from i386. Probably has too many entries. */
-       if (!strncmp(oem, "IBM ENSW", 8) && 
-               (!strncmp(productid, "VIGIL SMP", 9) 
-                       || !strncmp(productid, "EXA", 3)
-                       || !strncmp(productid, "RUTHLESS SMP", 12))) {
-               unsync_tsc_on_multicluster = 1;
-        }
-        return 0;
-}
+extern int acpi_skip_timer_override;
 
 #endif /*__KERNEL__*/