x86, mce: log corrected errors when panicing
authorAndi Kleen <andi@firstfloor.org>
Wed, 27 May 2009 19:56:53 +0000 (21:56 +0200)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 3 Jun 2009 21:40:39 +0000 (14:40 -0700)
commitde8a84d85ad8bb46d01d72ebc57030b95075603c
tree3253f696d6d4d82a392ca55c4f32f9e3610a83e0
parent8ee08347c1e8b5680b3b3ce081e42e97bcaa1abe
x86, mce: log corrected errors when panicing

Normally the machine check handler ignores corrected errors and leaves
them to machine_check_poll(). But when panicing mcp won't run, so
log all errors.

Note: this can still miss some cases until the "early no way out"
patch later is applied too.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/kernel/cpu/mcheck/mce.c