From: Dave Jones <davej@codemonkey.org.uk>
To: Akihiro Matsushima <amatsus@jaist.ac.jp>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] add Intel cache-detection descriptors to the table
Date: Fri, 1 Nov 2002 19:26:18 +0000 [thread overview]
Message-ID: <20021101192618.GB31669@suse.de> (raw)
In-Reply-To: <20021029.091355.41631341.amatsus@jaist.ac.jp>
On Tue, Oct 29, 2002 at 09:13:55AM +0900, Akihiro Matsushima wrote:
> This patch adds new discriptors to IA-32 cache-detection table
> and fixes a failure in L2 cache detection on 2.4.20-pre series.
>
> Thanks,
> Akihiro
>
> --- arch/i386/kernel/setup.c.orig Sat Oct 19 10:30:52 2002
> +++ arch/i386/kernel/setup.c Sat Oct 19 10:40:16 2002
> @@ -2202,6 +2202,8 @@
> { 0x23, LVL_3, 1024 },
> { 0x25, LVL_3, 2048 },
> { 0x29, LVL_3, 4096 },
> + { 0x39, LVL_2, 128 },
> + { 0x3C, LVL_2, 256 },
> { 0x41, LVL_2, 128 },
> { 0x42, LVL_2, 256 },
> { 0x43, LVL_2, 512 },
> @@ -2214,7 +2216,9 @@
> { 0x7A, LVL_2, 256 },
> { 0x7B, LVL_2, 512 },
> { 0x7C, LVL_2, 1024 },
> + { 0x7E, LVL_2, 256 },
> { 0x82, LVL_2, 256 },
> + { 0x83, LVL_2, 512 },
> { 0x84, LVL_2, 1024 },
> { 0x85, LVL_2, 2048 },
> { 0x00, 0, 0}
I sent a more complete fix to Marcelo some time ago.
It's queued for .21 aparently.
Dave
--
| Dave Jones. http://www.codemonkey.org.uk
prev parent reply other threads:[~2002-11-01 19:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-29 0:13 [PATCH] add Intel cache-detection descriptors to the table Akihiro Matsushima
2002-11-01 19:26 ` 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=20021101192618.GB31669@suse.de \
--to=davej@codemonkey.org.uk \
--cc=amatsus@jaist.ac.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