From: Heiko Carstens Date: Mon, 12 Feb 2007 14:47:04 +0000 (+0100) Subject: [S390] smp_call_function/smp_call_function_on locking. X-Git-Tag: v2.6.21-rc1~274^2~3^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ec67667ab414b18a0518d5b11c842fd342e9cb1;p=pandora-kernel.git [S390] smp_call_function/smp_call_function_on locking. smp_call_function and smp_call_function_on share the same lock and smp_call_function_on disables softirq's so it can be called from softirq context as well. Hence smp_call_function muss disable softirqs as well to avoid deadlocks. Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed