Commit 5e374fb6 authored by Jens Axboe's avatar Jens Axboe Committed by Ingo Molnar

generic-ipi: fixlet

create proper stackframe.
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent ba8dd03a
...@@ -198,7 +198,7 @@ void smp_call_function_interrupt(struct pt_regs *regs) ...@@ -198,7 +198,7 @@ void smp_call_function_interrupt(struct pt_regs *regs)
irq_exit(); irq_exit();
} }
void smp_call_function_single_interrupt(void) void smp_call_function_single_interrupt(struct pt_regs *regs)
{ {
ack_APIC_irq(); ack_APIC_irq();
irq_enter(); irq_enter();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment