1
0
Fork 0

generic-ipi: fixlet

create proper stackframe.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
hifive-unleashed-5.1
Jens Axboe 2008-07-01 13:12:04 +02:00 committed by Ingo Molnar
parent ba8dd03ac0
commit 5e374fb626
1 changed files with 1 additions and 1 deletions

View 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();