From: H. Peter Anvin Date: Fri, 15 Aug 2008 22:36:31 +0000 (-0700) Subject: x86: boot: stub out unimplemented CPU feature words X-Git-Tag: v2.6.27-rc6~23^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b74b06c5f6612a72298f37baa65460a59c26ca67;p=pandora-kernel.git x86: boot: stub out unimplemented CPU feature words The CPU feature detection code in the boot code is somewhat minimal, and doesn't include all possible CPUID words. In particular, it doesn't contain the code for CPU feature words 2 (Transmeta), 3 (Linux-specific), 5 (VIA), or 7 (scattered). Zero them out, so we can still set those bits as known at compile time; in particular, this allows creating a Linux-specific NOPL flag and have it required (and therefore resolvable at compile time) in 64-bit mode. Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed