]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: boot: stub out unimplemented CPU feature words
authorH. Peter Anvin <hpa@zytor.com>
Fri, 15 Aug 2008 22:36:31 +0000 (15:36 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 5 Sep 2008 23:13:44 +0000 (16:13 -0700)
commitb74b06c5f6612a72298f37baa65460a59c26ca67
treefe84425001df1425d37b0754e21f706ed9687052
parente6a5652fd156a286faadbf7a4062b5354d4e346e
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 <hpa@zytor.com>
arch/x86/boot/cpucheck.c