From a9c7b26ba42feb750fb47fd9335c3f43bdb8b51c Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Wed, 6 Aug 2003 08:57:23 -0700 Subject: [PATCH] [PATCH] Athlon Machine Check fix There seemed to be increase in Athlon users reporting MCEs in 2.6 that they never saw in 2.4 and I didn't buy the "2.6 pushes hardware harder" for a second given folks are running 2.4+preempt+O(1) etc patchkits without problems. So I did a mini-audit of the mcheck code. How embarressing. Another fix that went into 2.4 that never made it forward. Once I'm done with various Red Hat administrivia I'll see if I can devote some time to going through the changesets mailing list. I wonder just how many other really stupid bugs like this got fixed and not brought forward. --- arch/i386/kernel/cpu/mcheck/k7.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/i386/kernel/cpu/mcheck/k7.c b/arch/i386/kernel/cpu/mcheck/k7.c index 911f4bf43348..25b63d53d421 100644 --- a/arch/i386/kernel/cpu/mcheck/k7.c +++ b/arch/i386/kernel/cpu/mcheck/k7.c @@ -81,7 +81,7 @@ void __init amd_mcheck_init(struct cpuinfo_x86 *c) wrmsr (MSR_IA32_MCG_CTL, 0xffffffff, 0xffffffff); nr_mce_banks = l & 0xff; - for (i=0; i