]> err.no Git - linux-2.6/blobdiff - include/asm-x86/genapic_32.h
bnx2x: fix logical op
[linux-2.6] / include / asm-x86 / genapic_32.h
index 33a73f5ed222b57be0ada70c84792388803a1ceb..b02ea6e17de8b6a097c722f28d2c726f5e39514d 100644 (file)
@@ -119,10 +119,5 @@ enum uv_system_type {UV_NONE, UV_LEGACY_APIC, UV_X2APIC, UV_NON_UNIQUE_APIC};
 #define is_uv_system()                 0
 #define uv_wakeup_secondary(a, b)      1
 
-#ifdef CONFIG_X86_IO_APIC
-extern void force_mask_ioapic_irq_2(void);
-#else
-static inline void force_mask_ioapic_irq_2(void) { }
-#endif
 
 #endif