diff options
| -rw-r--r-- | arch/x86/kernel/smp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/smp.c b/arch/x86/kernel/smp.c index 56546e8a13ac..361b7a4c640c 100644 --- a/arch/x86/kernel/smp.c +++ b/arch/x86/kernel/smp.c | |||
| @@ -198,7 +198,7 @@ void smp_call_function_interrupt(struct pt_regs *regs) | |||
| 198 | irq_exit(); | 198 | irq_exit(); |
| 199 | } | 199 | } |
| 200 | 200 | ||
| 201 | void smp_call_function_single_interrupt(void) | 201 | void smp_call_function_single_interrupt(struct pt_regs *regs) |
| 202 | { | 202 | { |
| 203 | ack_APIC_irq(); | 203 | ack_APIC_irq(); |
| 204 | irq_enter(); | 204 | irq_enter(); |
