From: Huang Ying Date: Fri, 31 Jul 2009 01:41:41 +0000 (+0800) Subject: x86, mce: Support specifying raise mode for software MCE injection X-Git-Tag: v2.6.32-rc1~651^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0dcc66851f1091af421416c28a9458836885f522;p=pandora-kernel.git x86, mce: Support specifying raise mode for software MCE injection Raise mode include raising as exception or raising as poll, it is specified via the mce.inject_flags field. This can be used to specify raise mode of UCNA, which is UC error but raised not as exception. And this can be used to test the filter code of poll handler or exception handler too. For example, enforce a poll raise mode for a fatal MCE. ChangeLog: v2: - Re-base on latest x86-tip.git/mce3 Signed-off-by: Huang Ying Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed