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

Pavel Machek (pavel@ucw.cz)
Wed, 25 Dec 2002 12:56:53 +0100


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/