]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/acpi/processor_idle.c
Pull misc-for-upstream into release branch
[net-next-2.6.git] / drivers / acpi / processor_idle.c
index 8206fc1ecc580621a8fd5195b823829765f4492c..835595ae06b3ccfe1fe01c3004e8f51cd718e6f3 100644 (file)
 #include <asm/apic.h>
 #endif
 
+/*
+ * Include the apic definitions for x86 to have the APIC timer related defines
+ * available also for UP (on SMP it gets magically included via linux/smp.h).
+ */
+#ifdef CONFIG_X86
+#include <asm/apic.h>
+#endif
+
 #include <asm/io.h>
 #include <asm/uaccess.h>