commit | f6f88e9bfb6ced9871ed65ebe85c371de3c9e4be | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Tue Jul 15 22:08:52 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Jul 15 22:08:52 2008 +0200 |
tree | fec0def5fed9ab79340a04184bc4d48ac2b832ce | |
parent | b3c9816b9fa9a7b75ab36111eb76eca03e5bab78 [diff] [blame] |
generic-ipi: more merge fallout fix more API change fallout in recently merged upstream changes. Signed-off-by: Ingo Molnar <mingo@elte.hu>
diff --git a/arch/ppc/kernel/smp.c b/arch/ppc/kernel/smp.c index 0559985..bcab0d2 100644 --- a/arch/ppc/kernel/smp.c +++ b/arch/ppc/kernel/smp.c
@@ -152,7 +152,7 @@ void smp_send_stop(void) { - smp_call_function(stop_this_cpu, NULL, 1, 0); + smp_call_function(stop_this_cpu, NULL, 0); } /*