All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pavel Machek <pavel@ucw.cz>
To: Andi Kleen <ak@muc.de>
Cc: linux-kernel@vger.kernel.org, torvalds@transmeta.com
Subject: Re: [PATCH] Add AMD K8 support to 2.5.53.
Date: Wed, 25 Dec 2002 12:56:53 +0100	[thread overview]
Message-ID: <20021225115653.GA1611@zaurus> (raw)
In-Reply-To: <20021224160248.GA1632@averell>

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...


      reply	other threads:[~2003-01-02 17:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-24 16:02 [PATCH] Add AMD K8 support to 2.5.53 Andi Kleen
2002-12-25 11:56 ` Pavel Machek [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20021225115653.GA1611@zaurus \
    --to=pavel@ucw.cz \
    --cc=ak@muc.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.