diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-09-27 19:47:07 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-09-27 19:47:07 +0000 |
commit | 359f44b80eb96c62e8965233ed29ed42f5da517e (patch) | |
tree | a774551817917481f1875b238e3850c25fcfe618 /target/linux | |
parent | d142ae4a05af4c07cd38adf1ea7e485302b555eb (diff) |
[kernel] fix usage of smp_call_function
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17770 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.30/029-mips_kexec.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.30/029-mips_kexec.patch b/target/linux/generic-2.6/patches-2.6.30/029-mips_kexec.patch index 9273f70ba..37f0e3e9b 100644 --- a/target/linux/generic-2.6/patches-2.6.30/029-mips_kexec.patch +++ b/target/linux/generic-2.6/patches-2.6.30/029-mips_kexec.patch @@ -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(); + + /* |