mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Seiichi Nakashima <nakasima@kumin.ne.jp>
To: Bruce Harada <bruce@ask.ne.jp>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.2.21-pre4 hung up
Date: Sun, 10 Mar 2002 09:59:42 +0900	[thread overview]
Message-ID: <200203100059.AA00023@prism.kumin.ne.jp> (raw)
In-Reply-To: <20020310084825.031ee4b0.bruce@ask.ne.jp>
In-Reply-To: <20020310084825.031ee4b0.bruce@ask.ne.jp>

Thanks mail.

I update linux-2.2.21-pre4/arch/i386/kernel/bluesmoke.c, and compile,install, bootup.
Then kernel work fine.

diff bluesmoke.c~ bluesmoke.c

167c167
< 	for(i=0;i<banks;i++)
---
> 	for(i=1;i<banks;i++)

=====

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

--------------------------------
  Seiichi Nakashima
  Email   nakasima@kumin.ne.jp
--------------------------------

  reply	other threads:[~2002-03-10  1:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-09 23:12 Seiichi Nakashima
2002-03-09 23:46 ` Thunder from the hill
2002-03-09 23:48 ` Bruce Harada
2002-03-10  0:59   ` Seiichi Nakashima [this message]
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=200203100059.AA00023@prism.kumin.ne.jp \
    --to=nakasima@kumin.ne.jp \
    --cc=bruce@ask.ne.jp \
    --cc=linux-kernel@vger.kernel.org \
    /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

all inboxes | Powered by JetHome®