From: Dave Jones <davej@redhat.com>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Cc: Marcelo Tossati <marcelo.tosatti@cyclades.com.br>
Subject: Re: Dave Jones: Fix cache size of Centrino CPU
Date: Wed, 1 Oct 2003 19:33:13 +0100 [thread overview]
Message-ID: <20031001183313.GB13115@redhat.com> (raw)
In-Reply-To: <200310011805.h91I5L88013845@hera.kernel.org>
On Wed, Oct 01, 2003 at 03:45:39PM +0000, Linux Kernel wrote:
> ChangeSet 1.1136.2.9, 2003/10/01 12:45:39-03:00, marcelo@dmt.cyclades
>
> Dave Jones: Fix cache size of Centrino CPU
>
>
> # This patch includes the following deltas:
> # ChangeSet 1.1136.2.8 -> 1.1136.2.9
> # arch/i386/kernel/setup.c 1.73 -> 1.74
> #
>
> setup.c | 2 ++
> 1 files changed, 2 insertions(+)
>
>
> diff -Nru a/arch/i386/kernel/setup.c b/arch/i386/kernel/setup.c
> --- a/arch/i386/kernel/setup.c Wed Oct 1 11:05:23 2003
> +++ b/arch/i386/kernel/setup.c Wed Oct 1 11:05:23 2003
> @@ -2291,6 +2291,8 @@
> { 0x83, LVL_2, 512 },
> { 0x84, LVL_2, 1024 },
> { 0x85, LVL_2, 2048 },
> + { 0x86, LVL_2, 512 },
> + { 0x87, LVL_2, 1024 },
> { 0x00, 0, 0}
> };
>
> -
You seem to have dropped the first hunk of the diff.
Dave
--- 1/arch/i386/kernel/setup.c~ 2003-09-22 15:48:24.000000000 +0100
+++ 2/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 },
--
Dave Jones http://www.codemonkey.org.uk
next parent reply other threads:[~2003-10-01 18:34 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <200310011805.h91I5L88013845@hera.kernel.org>
2003-10-01 18:33 ` Dave Jones [this message]
2003-10-01 18:55 Dave Jones: Fix cache size of Centrino CPU Nakajima, Jun
2003-10-01 19:27 ` 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=20031001183313.GB13115@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