public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Cyrix 6x86L does not get identified by Linux 2.6
@ 2005-05-31 22:36 Gregor Jasny
  2005-06-01  9:30 ` Matthias-Christian Ott
  2005-06-01 23:49 ` Zwane Mwaikambo
  0 siblings, 2 replies; 3+ messages in thread
From: Gregor Jasny @ 2005-05-31 22:36 UTC (permalink / raw)
  To: linux-kernel

Hi,

on my Cyrix 6x86L (notice the L) I've got the problem that it doesn't get 
identified as a Cyrix processor. Instead it is treated as a common 486.

I think the problem is that the cpuid feature is not enabled after booting. So 
init_cyrix which enables the cpuid feature is never called.

As a bad hack I've set the this_cpu pointer to cyrix in 
common.c:identify_cpu():

this_cpu = cpu_devs[X86_VENDOR_CYRIX];

Who is responsible for x86 CPU detection?

Cheers,
Gregor

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

end of thread, other threads:[~2005-06-01 23:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-31 22:36 Cyrix 6x86L does not get identified by Linux 2.6 Gregor Jasny
2005-06-01  9:30 ` Matthias-Christian Ott
2005-06-01 23:49 ` Zwane Mwaikambo

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