summaryrefslogtreecommitdiffstats
path: root/arch/i386/kernel/cpu
diff options
context:
space:
mode:
authorDave Jones2005-12-20 21:13:30 +0100
committerDave Jones2005-12-20 21:13:30 +0100
commitf8a363b83f18356ebf0df0904fa4807ae48b21f2 (patch)
tree611d246c8f5cca50c77bc755ab7f1b3920c1621c /arch/i386/kernel/cpu
parent[PATCH] fix spinlock-debugging smp_processor_id() usage (diff)
downloadkernel-qcow2-linux-f8a363b83f18356ebf0df0904fa4807ae48b21f2.tar.gz
kernel-qcow2-linux-f8a363b83f18356ebf0df0904fa4807ae48b21f2.tar.xz
kernel-qcow2-linux-f8a363b83f18356ebf0df0904fa4807ae48b21f2.zip
[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/i386/kernel/cpu')
-rw-r--r--arch/i386/kernel/cpu/centaur.c4
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)
winchip2_protect_mcr();
#endif
break;
- case 10:
- name="4";
- /* no info on the WC4 yet */
- break;
default:
name="??";
}