projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba8dd03
)
generic-ipi: fixlet
author
Jens Axboe
<jens.axboe@oracle.com>
Tue, 1 Jul 2008 11:12:04 +0000
(13:12 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Sun, 6 Jul 2008 12:01:50 +0000
(14:01 +0200)
create proper stackframe.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/smp.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/smp.c
b/arch/x86/kernel/smp.c
index 56546e8a13ac0c5d7c8a35078fe8de8029e640e0..361b7a4c640c2d9efaee2d95f860bc83d985a2a5 100644
(file)
--- 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();