All of lore.kernel.org
 help / color / mirror / Atom feed
* PATCH: missing cache tag
@ 2002-10-08 18:53 Alan Cox
  2002-10-08 21:06 ` Dave Jones
  0 siblings, 1 reply; 2+ messages in thread
From: Alan Cox @ 2002-10-08 18:53 UTC (permalink / raw)
  To: torvalds, linux-kernel

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}

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: PATCH: missing cache tag
  2002-10-08 18:53 PATCH: missing cache tag Alan Cox
@ 2002-10-08 21:06 ` Dave Jones
  0 siblings, 0 replies; 2+ messages in thread
From: Dave Jones @ 2002-10-08 21:06 UTC (permalink / raw)
  To: Alan Cox; +Cc: torvalds, linux-kernel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-10-08 20:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-08 18:53 PATCH: missing cache tag Alan Cox
2002-10-08 21:06 ` Dave Jones

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.