diff options
Diffstat (limited to 'arch/x86/kernel/irq_32.c')
-rw-r--r-- | arch/x86/kernel/irq_32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/irq_32.c b/arch/x86/kernel/irq_32.c index b49616bcc16b..cef054b09d27 100644 --- a/arch/x86/kernel/irq_32.c +++ b/arch/x86/kernel/irq_32.c | |||
@@ -66,7 +66,7 @@ static union irq_ctx *softirq_ctx[NR_CPUS] __read_mostly; | |||
66 | * SMP cross-CPU interrupts have their own specific | 66 | * SMP cross-CPU interrupts have their own specific |
67 | * handlers). | 67 | * handlers). |
68 | */ | 68 | */ |
69 | fastcall unsigned int do_IRQ(struct pt_regs *regs) | 69 | unsigned int do_IRQ(struct pt_regs *regs) |
70 | { | 70 | { |
71 | struct pt_regs *old_regs; | 71 | struct pt_regs *old_regs; |
72 | /* high bit used in ret_from_ code */ | 72 | /* high bit used in ret_from_ code */ |