]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] x86_64: ignore machine checks from boot time
authorAndi Kleen <ak@muc.de>
Sun, 7 Aug 2005 16:42:07 +0000 (09:42 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 7 Aug 2005 17:00:37 +0000 (10:00 -0700)
commit04447149ad3d02caa51950297b0c5b5a9f45c358
treea4a017f686f101b5817f6c1abbc84518335d497e
parent42b31ee2a6dbb4092366595856c6f0c4c22c6a29
[PATCH] x86_64: ignore machine checks from boot time

Don't log machine check events left over from boot.  Too many BIOSes leave
bogus events in there.

This unfortunately also makes it impossible to log events that caused a
reboot.  For people with non broken BIOS there is mce=bootlog

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Documentation/x86_64/boot-options.txt
arch/x86_64/kernel/mce.c