Pull misc-for-upstream into release branch
[pandora-kernel.git] / drivers / acpi / processor_idle.c
index 8206fc1..835595a 100644 (file)
 #include <asm/apic.h>
 #endif
 
 #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>
 
 #include <asm/io.h>
 #include <asm/uaccess.h>