projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb44f11
)
[X86] Remove Winchip 4 ID.
author
Dave Jones
<davej@redhat.com>
Tue, 20 Dec 2005 20:13:30 +0000
(12:13 -0800)
committer
Dave Jones
<davej@redhat.com>
Tue, 20 Dec 2005 20:13:30 +0000
(12:13 -0800)
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>
arch/i386/kernel/cpu/centaur.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/i386/kernel/cpu/centaur.c
b/arch/i386/kernel/cpu/centaur.c
index 394814e576720998c19573afcf23707695836e72..0dd92a23d62206e9d0fe0e59976c39872dee8ada 100644
(file)
--- 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="??";
}