x86: do not promote TM3x00/TM5x00 to i686-class
authorH. Peter Anvin <hpa@zytor.com>
Thu, 14 Feb 2008 22:51:00 +0000 (14:51 -0800)
committerIngo Molnar <mingo@elte.hu>
Tue, 26 Feb 2008 11:55:50 +0000 (12:55 +0100)
commita7ef94e6889186848573a10c5bdb8271405f44de
tree3688ab3578783b207b26f55524b44f8787b59a87
parentb02a7f22f39f02fdf5a1380ff700293639db4490
x86: do not promote TM3x00/TM5x00 to i686-class

We have been promoting Transmeta TM3x00/TM5x00 chips to i686-class
based on the notion that they contain all the user-space visible
features of an i686-class chip.  However, this is not actually true:
they lack the EA-taking long NOPs (0F 1F /0).  Since this is a
userspace-visible incompatibility, downgrade these CPUs to the
manufacturer-defined i586 level.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/cpu/transmeta.c