X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=arch%2Fx86%2Finclude%2Fasm%2Firq.h;fp=arch%2Fx86%2Finclude%2Fasm%2Firq.h;h=592688ed04d33462d172936d56dff55fc6e52eac;hb=b840d79631c882786925303c2b0f4fefc31845ed;hp=28e409fc73f3df33e4c6b2cbde5e99e0433e0fa1;hpb=597b0d21626da4e6f09f132442caf0cc2b0eb47c;p=linux-2.6-omap-h63xx.git diff --git a/arch/x86/include/asm/irq.h b/arch/x86/include/asm/irq.h index 28e409fc73f..592688ed04d 100644 --- a/arch/x86/include/asm/irq.h +++ b/arch/x86/include/asm/irq.h @@ -33,7 +33,7 @@ static inline int irq_canonicalize(int irq) #ifdef CONFIG_HOTPLUG_CPU #include -extern void fixup_irqs(cpumask_t map); +extern void fixup_irqs(void); #endif extern unsigned int do_IRQ(struct pt_regs *regs); @@ -42,5 +42,6 @@ extern void native_init_IRQ(void); /* Interrupt vector management */ extern DECLARE_BITMAP(used_vectors, NR_VECTORS); +extern int vector_used_by_percpu_irq(unsigned int vector); #endif /* _ASM_X86_IRQ_H */