From: Dave Jones <davej@redhat.com>
To: Marcelo Tossati <marcelo.tosatti@cyclades.com.br>
Cc: Linux Kernel <linux-kernel@vger.kernel.org>
Subject: [PATCH] backport missing Intel cache sizes.
Date: Mon, 22 Sep 2003 16:45:52 +0100 [thread overview]
Message-ID: <20030922154552.GD15344@redhat.com> (raw)
Add some descriptors for Intel cache sizes.
Dave
--- arch/i386/kernel/setup.c~ 2003-09-22 15:48:24.000000000 +0100
+++ arch/i386/kernel/setup.c 2003-09-22 15:49:33.000000000 +0100
@@ -2296,6 +2296,8 @@
{ 0x23, LVL_3, 1024 },
{ 0x25, LVL_3, 2048 },
{ 0x29, LVL_3, 4096 },
+ { 0x2c, LVL_1_DATA, 32 },
+ { 0x30, LVL_1_INST, 32 },
{ 0x39, LVL_2, 128 },
{ 0x3b, LVL_2, 128 },
{ 0x3C, LVL_2, 256 },
@@ -2318,6 +2320,8 @@
{ 0x83, LVL_2, 512 },
{ 0x84, LVL_2, 1024 },
{ 0x85, LVL_2, 2048 },
+ { 0x86, LVL_2, 512 },
+ { 0x87, LVL_2, 1024 },
{ 0x00, 0, 0}
};
--
Dave Jones http://www.codemonkey.org.uk
reply other threads:[~2003-09-22 15:47 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20030922154552.GD15344@redhat.com \
--to=davej@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo.tosatti@cyclades.com.br \
/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