fix usage of smp_call_function
authorFlorian Fainelli <florian@openwrt.org>
Sun, 27 Sep 2009 19:47:07 +0000 (19:47 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sun, 27 Sep 2009 19:47:07 +0000 (19:47 +0000)
SVN-Revision: 17770

target/linux/generic-2.6/patches-2.6.30/029-mips_kexec.patch

index 9273f70ba41dda6edb7f8d059c635e9c784002fd..37f0e3e9be3927eda63be90cb6184005ee5c99c1 100644 (file)
@@ -180,7 +180,7 @@ Index: linux-2.6.30.7/arch/mips/kernel/crash.c
 +
 +    unsigned int ncpus = num_online_cpus() - 1;/* Excluding the panic cpu */
 +
-+    smp_call_function (crash_shutdown_secondary, NULL, 0, 0);
++    smp_call_function (crash_shutdown_secondary, NULL, 0);
 +    smp_wmb();
 +
 +    /*