[kernel] fix usage of smp_call_function
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 27 Sep 2009 19:47:07 +0000 (19:47 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 27 Sep 2009 19:47:07 +0000 (19:47 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17770 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

index 9273f70..37f0e3e 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();
 +
 +    /*
This page took 0.031031 seconds and 4 git commands to generate.