Skip to content

Commit

Permalink
[X86] Remove Winchip 4 ID.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Dave Jones committed Dec 20, 2005
1 parent bb44f11 commit f8a363b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions arch/i386/kernel/cpu/centaur.c
Original file line number Diff line number Diff line change
Expand Up @@ -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="??";
}
Expand Down

0 comments on commit f8a363b

Please sign in to comment.