summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/smp.c
diff options
context:
space:
mode:
authorJens Axboe <jens.axboe@oracle.com>2008-07-01 11:12:04 (GMT)
committerIngo Molnar <mingo@elte.hu>2008-07-06 12:01:50 (GMT)
commit5e374fb62621aca9522f76c2317c9acda75a8e88 (patch)
treeae4282a21021d0d45edfb55bdfc32c9c89a3fc46 /arch/x86/kernel/smp.c
parentba8dd03ac09f51a69c154b8cb508b701d713a2cd (diff)
downloadlinux-5e374fb62621aca9522f76c2317c9acda75a8e88.tar.xz
generic-ipi: fixlet
create proper stackframe. Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/smp.c')
-rw-r--r--arch/x86/kernel/smp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/smp.c b/arch/x86/kernel/smp.c
index 56546e8..361b7a4 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)
irq_exit();
}
-void smp_call_function_single_interrupt(void)
+void smp_call_function_single_interrupt(struct pt_regs *regs)
{
ack_APIC_irq();
irq_enter();