diff options
author | Dave Jones <davej@redhat.com> | 2005-12-20 15:13:30 -0500 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2005-12-20 15:13:30 -0500 |
commit | f8a363b83f18356ebf0df0904fa4807ae48b21f2 (patch) | |
tree | 611d246c8f5cca50c77bc755ab7f1b3920c1621c /arch | |
parent | bb44f116a14c4c932f15c79acfafd46bcb43ca9a (diff) |
[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 394814e57672..0dd92a23d622 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) | |||
405 | winchip2_protect_mcr(); | 405 | winchip2_protect_mcr(); |
406 | #endif | 406 | #endif |
407 | break; | 407 | break; |
408 | case 10: | ||
409 | name="4"; | ||
410 | /* no info on the WC4 yet */ | ||
411 | break; | ||
412 | default: | 408 | default: |
413 | name="??"; | 409 | name="??"; |
414 | } | 410 | } |