From: Dave Kleikamp Date: Wed, 7 Jan 2015 00:31:39 +0000 (-0600) Subject: sparc64: fatal trap should stop all cpus X-Git-Tag: omap-for-v4.1/fixes-rc1~305^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94ab5990760a54bb1f0fca99e0d374260cae3b8b;p=pandora-kernel.git sparc64: fatal trap should stop all cpus "echo c > /proc/sysrq-trigger" does not result in a system crash. There are two problems. One is that the trap handler ignores the global variable, panic_on_oops. The other is that smp_send_stop() is a no-op which leaves the other cpus running normally when one cpu panics. Signed-off-by: Dave Kleikamp Signed-off-by: David S. Miller --- Reading git-diff-tree failed