lkml.org 
[lkml]   [2003]   [Jan]   [2]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateWed, 25 Dec 2002 12:56:53 +0100
FromPavel Machek <>
SubjectRe: [PATCH] Add AMD K8 support to 2.5.53.
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/

\
 
 \ /
  Last update: 2005-03-22 12:32    [from the cache]
©2003-2008