From: Anton Blanchard Date: Tue, 11 Jan 2011 19:48:14 +0000 (+0000) Subject: powerpc: Don't silently handle machine checks from userspace X-Git-Tag: v2.6.38-rc2~12^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e49b1fae0ba4d06b29bd753a961abb447566bf4a;p=pandora-kernel.git powerpc: Don't silently handle machine checks from userspace If a machine check comes from userspace we send a SIGBUS to the task and fail to printk anything. If we are taking machine checks due to bad hardware we want to know about it right away. Furthermore if we don't complain loudly then it will look a lot like a bug in the userspace application, potentially causing a lot of confusion. Signed-off-by: Anton Blanchard Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed