From: Jean Delvare <khali@linux-fr.org>
To: <linux-kernel@vger.kernel.org>
Subject: [PATCH 2.4] [TRIVIAL] missing entry in Intel cache table
Date: Thu, 3 Oct 2002 23:38:40 CEST [thread overview]
Message-ID: <20021003212821.E1A2E40E31@kraid.nerim.net> (raw)
Hello everyone.
It seems that the Intel cache table in arch/i386/kernel/setup.c misses one entry. It must have been lost in 2.4.20-pre1 when Andy Grover converted the old switch-case-based method to the much-nicer table-based one.
--- linux-2.4.20-pre8/arch/i386/kernel/setup.c.orig Thu Oct 3 19:34:34 2002
+++ linux-2.4.20-pre8/arch/i386/kernel/setup.c Thu Oct 3 19:36:39 2002
@@ -2212,6 +2212,7 @@
{ 0x7B, LVL_2, 512 },
{ 0x7C, LVL_2, 1024 },
{ 0x82, LVL_2, 256 },
+ { 0x83, LVL_2, 512 },
{ 0x84, LVL_2, 1024 },
{ 0x85, LVL_2, 2048 },
{ 0x00, 0, 0}
The same applies to the 2.5 tree, see my next post.
Jean Delvare
___________________________________
Webmail Nerim, http://www.nerim.net/
next reply other threads:[~2002-10-03 21:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-03 21:38 Jean Delvare [this message]
2002-10-03 22:19 ` Dave Jones
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=20021003212821.E1A2E40E31@kraid.nerim.net \
--to=khali@linux-fr.org \
--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®