diff options
| author | 2009-03-05 21:49:47 +0100 | |
|---|---|---|
| committer | 2009-03-05 21:49:47 +0100 | |
| commit | 31bbed527e7039203920c51c9fb48c27aed0820c (patch) | |
| tree | 71fa6e963f4c3d876e83e44927e87d5394a7cf69 /arch/x86/include/asm/irq.h | |
| parent | Merge branch 'x86/doc' into x86/core (diff) | |
| parent | x86: UV, SGI RTC: add generic system vector, build fix on UP (diff) | |
| download | wireguard-linux-31bbed527e7039203920c51c9fb48c27aed0820c.tar.xz wireguard-linux-31bbed527e7039203920c51c9fb48c27aed0820c.zip | |
Merge branch 'x86/uv' into x86/core
Diffstat (limited to 'arch/x86/include/asm/irq.h')
| -rw-r--r-- | arch/x86/include/asm/irq.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/irq.h b/arch/x86/include/asm/irq.h index 107eb2196691..f38481bcd455 100644 --- a/arch/x86/include/asm/irq.h +++ b/arch/x86/include/asm/irq.h @@ -36,6 +36,7 @@ static inline int irq_canonicalize(int irq) extern void fixup_irqs(void); #endif +extern void (*generic_interrupt_extension)(void); extern void init_IRQ(void); extern void native_init_IRQ(void); extern bool handle_irq(unsigned irq, struct pt_regs *regs); |
