Re: [PATCH] Add AMD K8 support to 2.5.53.

From: Pavel Machek (pavel@ucw.cz)
Date: Wed Dec 25 2002 - 06:56:53 EST


Hi!

> @@ -82,6 +82,9 @@ void __init amd_mcheck_init(struct cpuin
> nr_mce_banks = l & 0xff;
>
> for (i=0; i<nr_mce_banks; i++) {
> + /* Don't enable northbridge MCE by default on Hammer */
> + if (boot_cpu_data.x86_model == 15 && i == 4)
> + continue;

Whats wrong with MCE on northbridge? Will
it be an issue for production models, too?

-- 
				Pavel
Written on sharp zaurus, because my Velo1 broke. If you have Velo you don't need...

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Jan 07 2003 - 22:00:18 EST