From: Dave Jones <davej@codemonkey.org.uk>
To: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Pawel Kot <pkot@linuxnews.pl>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: Linux 2.2.24-rc1
Date: Tue, 17 Dec 2002 01:06:12 +0000 [thread overview]
Message-ID: <20021217010612.GA32560@suse.de> (raw)
In-Reply-To: <1040088833.13837.115.camel@irongate.swansea.linux.org.uk>
On Tue, Dec 17, 2002 at 01:33:53AM +0000, Alan Cox wrote:
> On Tue, 2002-12-17 at 00:15, Pawel Kot wrote:
> > case X86_VENDOR_AMD:
> > - init_amd(c);
> > + if(init_amd(c))
> > + return;
> > return;
> >
> > case X86_VENDOR_CENTAUR:
> > What does it fix?
>
> If we get a vendor string, we should use it - thats all
This patch also makes us unconditionally skip the mcheck_init
if we have a vendor string. That doesn't seem right.
Dave
--
| Dave Jones. http://www.codemonkey.org.uk
| SuSE Labs
next prev parent reply other threads:[~2002-12-17 1:00 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-12-16 20:18 Linux 2.2.24-rc1 Alan Cox
2002-12-17 0:15 ` Pawel Kot
2002-12-17 1:33 ` Alan Cox
2002-12-17 1:06 ` Dave Jones [this message]
2002-12-17 2:16 ` Alan Cox
2002-12-19 12:35 ` Robert Boermans
2002-12-19 12:48 ` Alan Cox
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=20021217010612.GA32560@suse.de \
--to=davej@codemonkey.org.uk \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=pkot@linuxnews.pl \
/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.