]> err.no Git - linux-2.6/blobdiff - include/asm-x86_64/acpi.h
[PATCH] LOG2: Provide ilog2() fallbacks for powerpc
[linux-2.6] / include / asm-x86_64 / acpi.h
index e2b9923189a0fc578a202f6d7b45ad10161ca80d..9d1916e59c04f22eeff10646d39ca4b879bd9117 100644 (file)
@@ -155,28 +155,15 @@ 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;
+extern int acpi_use_timer_override;
 
 #endif /*__KERNEL__*/