From: Dave Jones <davej@codemonkey.org.uk>
To: Zwane Mwaikambo <zwane@holomorphy.com>
Cc: Linux Kernel <linux-kernel@vger.kernel.org>,
Alan Cox <alan@lxorguk.ukuu.org.uk>,
venkatesh.pallipadi@intel.com
Subject: Re: [PATCH][2.5-AC] Start from bank 0 for P4 MCE init (resend)
Date: Tue, 5 Nov 2002 13:35:00 +0000 [thread overview]
Message-ID: <20021105133500.GA18426@suse.de> (raw)
In-Reply-To: <Pine.LNX.4.44.0211042107590.27141-100000@montezuma.mastecende.com>
On Mon, Nov 04, 2002 at 11:59:38PM -0500, Zwane Mwaikambo wrote:
> Index: linux-2.5.44-ac5/arch/i386/kernel/cpu/mcheck/p4.c
> ===================================================================
> RCS file: /build/cvsroot/linux-2.5.44-ac5/arch/i386/kernel/cpu/mcheck/p4.c,v
> retrieving revision 1.1.1.1
> diff -u -r1.1.1.1 p4.c
> --- linux-2.5.44-ac5/arch/i386/kernel/cpu/mcheck/p4.c 3 Nov 2002 07:20:04 -0000 1.1.1.1
> +++ linux-2.5.44-ac5/arch/i386/kernel/cpu/mcheck/p4.c 3 Nov 2002 16:47:14 -0000
> @@ -220,7 +220,7 @@
> wrmsr(MSR_IA32_MCG_CTL, 0xffffffff, 0xffffffff);
> banks = l&0xff;
>
> - for(i=1; i<banks; i++)
> + for(i=0; i<banks; i++)
> wrmsr(MSR_IA32_MC0_CTL+4*i, 0xffffffff, 0xffffffff);
Ack. Already in my mcheck bits due to go to Linus today.
Dave
--
| Dave Jones. http://www.codemonkey.org.uk
prev parent reply other threads:[~2002-11-05 13:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-11-05 4:59 [PATCH][2.5-AC] Start from bank 0 for P4 MCE init (resend) Zwane Mwaikambo
2002-11-05 13:35 ` Dave Jones [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=20021105133500.GA18426@suse.de \
--to=davej@codemonkey.org.uk \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=venkatesh.pallipadi@intel.com \
--cc=zwane@holomorphy.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox