RE: Dave Jones: Fix cache size of Centrino CPU

From: Nakajima, Jun
Date: Wed Oct 01 2003 - 13:57:47 EST


Just curious. Why do we want to know L1D/L1I cache size? If you do, then
you might want to know the associativity and line size as well.

Jun
> -----Original Message-----
> From: linux-kernel-owner@xxxxxxxxxxxxxxx [mailto:linux-kernel-
> owner@xxxxxxxxxxxxxxx] On Behalf Of Dave Jones
> Sent: Wednesday, October 01, 2003 11:33 AM
> To: Linux Kernel Mailing List
> Cc: Marcelo Tossati
> Subject: Re: Dave Jones: Fix cache size of Centrino CPU
>
> 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@xxxxxxxxxxxx
> >
> > 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
> -
> To unsubscribe from this list: send the line "unsubscribe
linux-kernel" in
> the body of a message to majordomo@xxxxxxxxxxxxxxx
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/