]> git.neil.brown.name Git - history.git/commit
[PATCH] x86-64/i386: add mce tainting
authorAndi Kleen <ak@muc.de>
Tue, 19 Oct 2004 01:14:38 +0000 (18:14 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 19 Oct 2004 01:14:38 +0000 (18:14 -0700)
commit57b47f9da9d62a94f76928872c9ac93721c006de
tree1c5e8409999eaf9109b1f4924e3ef605ffd0a333
parentf5cda072937763f8b5903e625ac4d4fb701c551c
[PATCH] x86-64/i386: add mce tainting

This patch adds machine check tainting.  When a handled machine check
occurs the oops gets a new 'M' flag.  This is useful to ignore machines
with hardware problems in oops reports.

On i386 a thermal failure also sets this flag.

Done for x86-64 and i386 so far.

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Nick Piggin <nickpiggin@yahoo.com.au>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/cpu/mcheck/k7.c
arch/i386/kernel/cpu/mcheck/non-fatal.c
arch/i386/kernel/cpu/mcheck/p4.c
arch/i386/kernel/cpu/mcheck/p5.c
arch/i386/kernel/cpu/mcheck/p6.c
arch/i386/kernel/cpu/mcheck/winchip.c
arch/x86_64/kernel/mce.c
include/linux/kernel.h
kernel/panic.c