Re: [2.4.23-pre3] Cache size for Centrino CPU incorrect

From: Dave Jones
Date: Tue Sep 30 2003 - 09:02:07 EST


On Tue, Sep 30, 2003 at 02:23:15PM +0200, Jan De Luyck wrote:

> > --- linux-2.4.21/arch/i386/kernel/setup.c 2003-06-13
> > 07:51:29.000000000 -0700
> > +++ new/arch/i386/kernel/setup.c 2003-07-08 17:21:48.000000000
> > -0700
> > @@ -2246,6 +2249,8 @@
> > { 0x83, LVL_2, 512 },
> > { 0x84, LVL_2, 1024 },
> > { 0x85, LVL_2, 2048 },
> > + { 0x86, LVL_2, 512 },
> > + { 0x87, LVL_2, 1024 },
> > { 0x00, 0, 0}
> > };
> >
> This works like a charm. Thanks. Maybe for inclusion in 2.4.23-pre6?

If someone cares enough. I got tired of pushing that patch since 2.4.21.

Dave

--
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/