Skip to content

Commit

Permalink
generic-ipi: fixlet
Browse files Browse the repository at this point in the history
create proper stackframe.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Jens Axboe authored and Ingo Molnar committed Jul 6, 2008
1 parent ba8dd03 commit 5e374fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 5e374fb

Please sign in to comment.