public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* L2 cache detection in Celeron 2GHz (P4 based)
@ 2003-03-19  6:47 Juha Poutiainen
  2003-03-19  8:18 ` Paul Rolland
  2003-03-19 13:53 ` Dave Jones
  0 siblings, 2 replies; 7+ messages in thread
From: Juha Poutiainen @ 2003-03-19  6:47 UTC (permalink / raw)
  To: linux-kernel

Hi all

Kernel doesn't seem to detect L2 cache in 2GHz Pentium4 based Celeron. 
Most likely it is working normally (BIOS detects it and no system speed 
is ok), but it's not shown in dmesg or /proc/cpuinfo.

x86info shows that there is something with descriptor 0x3b, and 0x3c 
seems to be 256K L2 cache. So I guess it is as simple as adding a line:

          { 0x3B, LVL_2,      128 },

in arch/i386/kernel/setup.c  after line 2204 (2.4.20) and
in arch/i386/kernel/cpu/intel.c  after line 102 (2.5.65)

I've tried both, they seems to report it fine, but I can't be sure if 
that really is correct id of that cache. Celeron at issue has 128K L2 
cache.

--
pode

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

end of thread, other threads:[~2003-03-19 17:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-19  6:47 L2 cache detection in Celeron 2GHz (P4 based) Juha Poutiainen
2003-03-19  8:18 ` Paul Rolland
2003-03-19 13:58   ` Dave Jones
2003-03-19 16:53     ` Paul Rolland
2003-03-19 17:01       ` Dave Jones
2003-03-19 13:53 ` Dave Jones
2003-03-19 17:53   ` Juha Poutiainen

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