aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorJens Axboe <jens.axboe@oracle.com>2008-07-01 07:12:04 -0400
committerIngo Molnar <mingo@elte.hu>2008-07-06 08:01:50 -0400
commit5e374fb62621aca9522f76c2317c9acda75a8e88 (patch)
treeae4282a21021d0d45edfb55bdfc32c9c89a3fc46 /arch
parentba8dd03ac09f51a69c154b8cb508b701d713a2cd (diff)
generic-ipi: fixlet
create proper stackframe. Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch')
-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 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
201void smp_call_function_single_interrupt(void) 201void 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();