From: Bruce Harada <bruce@ask.ne.jp>
To: Seiichi Nakashima <nakasima@kumin.ne.jp>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.2.21-pre4 hung up
Date: Sun, 10 Mar 2002 08:48:25 +0900 [thread overview]
Message-ID: <20020310084825.031ee4b0.bruce@ask.ne.jp> (raw)
In-Reply-To: <200203092312.AA00022@prism.kumin.ne.jp>
In-Reply-To: <200203092312.AA00022@prism.kumin.ne.jp>
On Sun, 10 Mar 2002 08:12:28 +0900
Seiichi Nakashima <nakasima@kumin.ne.jp> wrote:
> Hi.
>
> I update to linux-2.2.20 + patch-2.2.21-pre4.
> before I used linux-2.2.20 + patch-2.2.21-pre3, and worked fine.
> linux-2.2.21-pre4 is normal end to patch, compile and install, but bootup
> failuer.
[SNIP]
According to other reports, it would appear that this change:
diff -ruN linux-2.2.21-pre3/arch/i386/kernel/bluesmoke.c linux-2.2.21-pre4/arch/i386/kernel/bluesmoke.c
--- linux-2.2.21-pre3/arch/i386/kernel/bluesmoke.c Sun Mar 3 23:20:11 2002
+++ linux-2.2.21-pre4/arch/i386/kernel/bluesmoke.c Sat Mar 9 03:58:57 2002
@@ -165,7 +164,7 @@
if(l&(1<<8))
wrmsr(0x17b, 0xffffffff, 0xffffffff);
banks = l&0xff;
- for(i=1;i<banks;i++)
+ for(i=0;i<banks;i++)
{
wrmsr(0x400+4*i, 0xffffffff, 0xffffffff);
}
is the problem. Reversing it (i.e. changing the i=0 to i=1) should allow
you to boot again.
next prev parent reply other threads:[~2002-03-09 23:48 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-03-09 23:12 2.2.21-pre4 hung up Seiichi Nakashima
2002-03-09 23:46 ` Thunder from the hill
2002-03-09 23:48 ` Bruce Harada [this message]
2002-03-10 0:59 ` Seiichi Nakashima
2002-03-10 0:03 ` Thunder from the hill
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=20020310084825.031ee4b0.bruce@ask.ne.jp \
--to=bruce@ask.ne.jp \
--cc=linux-kernel@vger.kernel.org \
--cc=nakasima@kumin.ne.jp \
/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