Merge branch 'linus' into x86/x2apic
[sfrench/cifs-2.6.git] / include / asm-x86 / hw_irq.h
index 18f067c310f7880be0f8629e45a91add4b380abb..ef7a995ee81fe320a650bd32cddcd5e522d581c5 100644 (file)
@@ -48,6 +48,7 @@ extern void irq_move_cleanup_interrupt(void);
 extern void threshold_interrupt(void);
 
 extern void call_function_interrupt(void);
+extern void call_function_single_interrupt(void);
 
 /* PIC specific functions */
 extern void disable_8259A_irq(unsigned int irq);
@@ -72,7 +73,9 @@ extern void enable_IO_APIC(void);
 #endif
 
 /* IPI functions */
+#ifdef CONFIG_X86_32
 extern void send_IPI_self(int vector);
+#endif
 extern void send_IPI(int dest, int vector);
 
 /* Statistics */