Cyrix 6x86L does not get identified by Linux 2.6

From: Gregor Jasny
Date: Tue May 31 2005 - 17:40:54 EST


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
-
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/