]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/include/asm/apic.h
x2apic/intr-remap: decouple interrupt remapping from x2apic
[linux-2.6-omap-h63xx.git] / arch / x86 / include / asm / apic.h
index f9f0866ed6f8dcb7a56219c37b076f6ed69fe786..42f2f83774224fb7897bf848fc6b84c4bce87380 100644 (file)
@@ -107,11 +107,10 @@ extern u32 native_safe_apic_wait_icr_idle(void);
 extern void native_apic_icr_write(u32 low, u32 id);
 extern u64 native_apic_icr_read(void);
 
-#ifdef CONFIG_X86_X2APIC
-
 #define EIM_8BIT_APIC_ID       0
 #define EIM_32BIT_APIC_ID      1
 
+#ifdef CONFIG_X86_X2APIC
 /*
  * Make previous memory operations globally visible before
  * sending the IPI through x2apic wrmsr. We need a serializing instruction or