From 359f44b80eb96c62e8965233ed29ed42f5da517e Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 27 Sep 2009 19:47:07 +0000 Subject: [PATCH] [kernel] fix usage of smp_call_function 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); + + /* -- 2.20.1