diff options
Diffstat (limited to 'include/asm-x86/hw_irq.h')
-rw-r--r-- | include/asm-x86/hw_irq.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-x86/hw_irq.h b/include/asm-x86/hw_irq.h index 3f3c465b915..12f12b8eebf 100644 --- a/include/asm-x86/hw_irq.h +++ b/include/asm-x86/hw_irq.h | |||
@@ -73,7 +73,9 @@ extern void enable_IO_APIC(void); | |||
73 | #endif | 73 | #endif |
74 | 74 | ||
75 | /* IPI functions */ | 75 | /* IPI functions */ |
76 | #ifdef CONFIG_X86_32 | ||
76 | extern void send_IPI_self(int vector); | 77 | extern void send_IPI_self(int vector); |
78 | #endif | ||
77 | extern void send_IPI(int dest, int vector); | 79 | extern void send_IPI(int dest, int vector); |
78 | 80 | ||
79 | /* Statistics */ | 81 | /* Statistics */ |