]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-i386/irq.h
[PATCH] Fix "value computed is not used" compile warnings with gcc-4.1
[linux-2.6-omap-h63xx.git] / include / asm-i386 / irq.h
index 05b9e61b0a7252c51ab218735160da67e39b0afc..5169d7af456f4cdfa9ac082db031b38dbda02504 100644 (file)
@@ -21,21 +21,25 @@ static __inline__ int irq_canonicalize(int irq)
        return ((irq == 2) ? 9 : irq);
 }
 
-extern void release_vm86_irqs(struct task_struct *);
-
 #ifdef CONFIG_X86_LOCAL_APIC
 # define ARCH_HAS_NMI_WATCHDOG         /* See include/linux/nmi.h */
 #endif
 
 #ifdef CONFIG_4KSTACKS
   extern void irq_ctx_init(int cpu);
+  extern void irq_ctx_exit(int cpu);
 # define __ARCH_HAS_DO_SOFTIRQ
 #else
 # define irq_ctx_init(cpu) do { } while (0)
+# define irq_ctx_exit(cpu) do { } while (0)
 #endif
 
 #ifdef CONFIG_IRQBALANCE
 extern int irqbalance_disable(char *str);
 #endif
 
+#ifdef CONFIG_HOTPLUG_CPU
+extern void fixup_irqs(cpumask_t map);
+#endif
+
 #endif /* _ASM_IRQ_H */