diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-09-27 19:47:07 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-09-27 19:47:07 +0000 |
commit | 7f910f72ba5d70da9a4a80584d4324eb12da8f42 (patch) | |
tree | 9eb845bb3e9922e43cd06fa59213dae54a6c0c02 /target/linux | |
parent | 9c65cbf3863a74e39c71109fca8079eaa8e89d3f (diff) | |
download | upstream-7f910f72ba5d70da9a4a80584d4324eb12da8f42.tar.gz upstream-7f910f72ba5d70da9a4a80584d4324eb12da8f42.tar.bz2 upstream-7f910f72ba5d70da9a4a80584d4324eb12da8f42.zip |
fix usage of smp_call_function
SVN-Revision: 17770
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 9273f70ba4..37f0e3e9be 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(); + + /* |