From: H. Peter Anvin Date: Thu, 14 Feb 2008 22:51:00 +0000 (-0800) Subject: x86: do not promote TM3x00/TM5x00 to i686-class X-Git-Tag: v2.6.25-rc4~159^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7ef94e6889186848573a10c5bdb8271405f44de;p=pandora-kernel.git 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 Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed