Re: Cyrix 6x86L does not get identified by Linux 2.6

From: Matthias-Christian Ott
Date: Wed Jun 01 2005 - 04:33:06 EST


Gregor Jasny wrote:
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?
Hans Peter Arvin? Andrew Balsa?
[ ... ]
Matthias-Christian Ott
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/