public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* RE:  PATCH: Recognize Tualatin cache size in 2.4.x
@ 2002-11-20  1:41 Mathias Kretschmer
  2002-11-20 13:15 ` Dave Jones
  0 siblings, 1 reply; 11+ messages in thread
From: Mathias Kretschmer @ 2002-11-20  1:41 UTC (permalink / raw)
  To: linux-kernel

 > > I tested it in a Compaq Proliant 330ML-G2 (P3 1.4) and a kernel
 > compilation is 100% faster if the patch is applied.

 > <raises eyebrows>. The SMP weighting used by various parts of the
 > kernel will be slightly off, but I'd be amazed if it made *that much*
 > difference.

I just patched my 2.4.20rc2 kernel. Now, it reports
512K cache for my 2 Tualatin 1.26 GHz CPUs.

'time make -j4 bzImage' went down from 3:30 to 3:04.
Not too bad.

Cheers,

Mathias


^ permalink raw reply	[flat|nested] 11+ messages in thread
* PATCH: Recognize Tualatin cache size in 2.4.x
@ 2002-11-17 15:55 Ricardo Galli
  2002-11-18 19:02 ` Dave Jones
  0 siblings, 1 reply; 11+ messages in thread
From: Ricardo Galli @ 2002-11-17 15:55 UTC (permalink / raw)
  To: linux-kernel, marcelo

Marcelo,
	please attach this patch to recognise the Tualatin processors' 
cache. 

I think this has been already discussed in the list, and DaveJ 
also applied it in his tree and/or 2.5.x. It is documented by
Intel.

Regards

--
  ricardo galli    GPG id C8114D34

--- /usr/src/linux-2.4.20-rc1/arch/i386/kernel/setup.c	2002-11-05 2002-11-17 16:46:32.000000000 +0100
+++ /usr/src/linux-2.4.20-rc1a/arch/i386/kernel/setup.c	2002-11-05 00:52:25.000000000 +0100
@@ -2215,6 +2215,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] 11+ messages in thread

end of thread, other threads:[~2002-11-20 21:46 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-20  1:41 PATCH: Recognize Tualatin cache size in 2.4.x Mathias Kretschmer
2002-11-20 13:15 ` Dave Jones
2002-11-20 14:24   ` Mathias Kretschmer
  -- strict thread matches above, loose matches on Subject: below --
2002-11-17 15:55 Ricardo Galli
2002-11-18 19:02 ` Dave Jones
2002-11-18 20:54   ` Ricardo Galli
2002-11-19 12:08     ` Dave Jones
2002-11-20 20:03       ` Stephan von Krawczynski
2002-11-20 20:22         ` erich
2002-11-20 21:41         ` Dave Jones
2002-11-20 21:53           ` Stephan von Krawczynski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox