diff options
author | Dave Jones <davej@redhat.com> | 2005-12-20 12:13:30 -0800 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2005-12-20 12:13:30 -0800 |
commit | f8a363b83f18356ebf0df0904fa4807ae48b21f2 (patch) | |
tree | 611d246c8f5cca50c77bc755ab7f1b3920c1621c /arch | |
parent | bb44f116a14c4c932f15c79acfafd46bcb43ca9a (diff) | |
download | op-kernel-dev-f8a363b83f18356ebf0df0904fa4807ae48b21f2.zip op-kernel-dev-f8a363b83f18356ebf0df0904fa4807ae48b21f2.tar.gz |
[X86] Remove Winchip 4 ID.
This CPU never made it into production. It went on to
become the basis for the VIA Samuel.
Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/i386/kernel/cpu/centaur.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/i386/kernel/cpu/centaur.c b/arch/i386/kernel/cpu/centaur.c index 394814e..0dd92a2 100644 --- a/arch/i386/kernel/cpu/centaur.c +++ b/arch/i386/kernel/cpu/centaur.c @@ -405,10 +405,6 @@ static void __init init_centaur(struct cpuinfo_x86 *c) winchip2_protect_mcr(); #endif break; - case 10: - name="4"; - /* no info on the WC4 yet */ - break; default: name="??"; } |