]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-x86_64/acpi.h
[PATCH] fix missing ifdefs in syscall classes hookup for generic targets
[linux-2.6-omap-h63xx.git] / include / asm-x86_64 / acpi.h
index e2b9923189a0fc578a202f6d7b45ad10161ca80d..2c95a319c0566463df1d3a800c094564f87d0d1f 100644 (file)
@@ -162,21 +162,9 @@ 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__*/