generic-ipi: more merge fallout
[deliverable/linux.git] / 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);
 }
 
 /*
This page took 0.023838 seconds and 5 git commands to generate.