]> bbs.cooldavid.org Git - net-next-2.6.git/commit
x86, cpu: Support the features flags in new CPUID leaf 7
authorH. Peter Anvin <hpa@zytor.com>
Thu, 8 Jul 2010 00:29:18 +0000 (17:29 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 8 Jul 2010 00:29:18 +0000 (17:29 -0700)
commitbdc802dcca1709b01988d57e91f9f35ce1609fcc
treec0f933ee09e214dd98d789243aa0914a5d9a821f
parent24da9c26f3050aee9314ec09930a24c80fe76352
x86, cpu: Support the features flags in new CPUID leaf 7

Intel has defined CPUID leaf 7 as the next set of feature flags (see
the AVX specification, version 007).  Add support for this new feature
flags word.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
LKML-Reference: <tip-*@vger.kernel.org>
arch/x86/include/asm/cpufeature.h
arch/x86/include/asm/required-features.h
arch/x86/kernel/cpu/common.c