generic-ipi: fixlet
authorJens Axboe <jens.axboe@oracle.com>
Tue, 1 Jul 2008 11:12:04 +0000 (13:12 +0200)
committerIngo Molnar <mingo@elte.hu>
Sun, 6 Jul 2008 12:01:50 +0000 (14:01 +0200)
create proper stackframe.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/smp.c

index 56546e8a13ac0c5d7c8a35078fe8de8029e640e0..361b7a4c640c2d9efaee2d95f860bc83d985a2a5 100644 (file)
@@ -198,7 +198,7 @@ void smp_call_function_interrupt(struct pt_regs *regs)
        irq_exit();
 }
 
-void smp_call_function_single_interrupt(void)
+void smp_call_function_single_interrupt(struct pt_regs *regs)
 {
        ack_APIC_irq();
        irq_enter();