2002-10-08 18:56:25

by Alan

[permalink] [raw]
Subject: PATCH: missing cache tag

diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.2.5.41/arch/i386/kernel/cpu/intel.c linux.2.5.41-ac1/arch/i386/kernel/cpu/intel.c
--- linux.2.5.41/arch/i386/kernel/cpu/intel.c 2002-10-02 21:33:55.000000000 +0100
+++ linux.2.5.41-ac1/arch/i386/kernel/cpu/intel.c 2002-10-04 16:33:09.000000000 +0100
@@ -127,6 +127,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}


2002-10-08 20:58:29

by Dave Jones

[permalink] [raw]
Subject: Re: PATCH: missing cache tag

On Tue, Oct 08, 2002 at 07:53:15PM +0100, Alan Cox wrote:
> diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.2.5.41/arch/i386/kernel/cpu/intel.c linux.2.5.41-ac1/arch/i386/kernel/cpu/intel.c
> --- linux.2.5.41/arch/i386/kernel/cpu/intel.c 2002-10-02 21:33:55.000000000 +0100
> +++ linux.2.5.41-ac1/arch/i386/kernel/cpu/intel.c 2002-10-04 16:33:09.000000000 +0100
> @@ -127,6 +127,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}

More complete set of tags, and related fixes in already merged in -bk

Dave

--
| Dave Jones. http://www.codemonkey.org.uk