]> rtime.felk.cvut.cz Git - lisovros/linux_canprio.git/commit
x86: fix "kernel won't boot on a Cyrix MediaGXm (Geode)"
authorSamuel Sieb <samuel@sieb.net>
Thu, 7 Aug 2008 05:06:29 +0000 (22:06 -0700)
committerIngo Molnar <mingo@elte.hu>
Wed, 20 Aug 2008 09:31:00 +0000 (11:31 +0200)
commitc6744955d0ec0cb485c28c51eeb7185e260f6172
tree02b75612886679dc93b4a505ff4f02595a83bbca
parent8a7c5ef3ba8cca8f9c4f91ddef3d081f517914ae
x86: fix "kernel won't boot on a Cyrix MediaGXm (Geode)"

Cyrix MediaGXm/Cx5530 Unicorn Revision 1.19.3B has stopped
booting starting at v2.6.22.

The reason is this commit:

> commit f25f64ed5bd3c2932493681bdfdb483ea707da0a
> Author: Juergen Beisert <juergen@kreuzholzen.de>
> Date:   Sun Jul 22 11:12:38 2007 +0200
>
>     x86: Replace NSC/Cyrix specific chipset access macros by inlined functions.

this commit activated a macro which was dormant before due to (buggy)
macro side-effects.

I've looked through various datasheets and found that the GXm and GXLV
Geode processors don't have an incrementor.

Remove the incrementor setup entirely.  As the incrementor value
differs according to clock speed and we would hope that the BIOS
configures it correctly, it is probably the right solution.

Cc: <stable@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/cpu/cyrix.c