]> err.no Git - linux-2.6/blobdiff - arch/ppc/kernel/smp.c
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
[linux-2.6] / arch / ppc / kernel / smp.c
index 055998575cb48ec3d484bb2094a7c2aa8e119d08..bcab0d210e308cefa1ae0940be0362f3060c149c 100644 (file)
@@ -152,7 +152,7 @@ static void stop_this_cpu(void *dummy)
 
 void smp_send_stop(void)
 {
-       smp_call_function(stop_this_cpu, NULL, 1, 0);
+       smp_call_function(stop_this_cpu, NULL, 0);
 }
 
 /*