]> git.karo-electronics.de Git - karo-tx-linux.git/commit
x86, cpu: Fix renamed, not-yet-shipping AMD CPUID feature bit
authorAndre Przywara <andre.przywara@amd.com>
Mon, 6 Sep 2010 13:14:17 +0000 (15:14 +0200)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 6 Jan 2011 23:08:20 +0000 (18:08 -0500)
commit1d4f8bd80b862a5ae120a6f30a21193e4a8ca6a4
treeafc6583a87496a65465894327029d67ba166285d
parentea5c9a4a8520d3174f5015feabaad52e5339989a
x86, cpu: Fix renamed, not-yet-shipping AMD CPUID feature bit

commit 7ef8aa72ab176e0288f363d1247079732c5d5792 upstream.

The AMD SSE5 feature set as-it has been replaced by some extensions
to the AVX instruction set. Thus the bit formerly advertised as SSE5
is re-used for one of these extensions (XOP).
Although this changes the /proc/cpuinfo output, it is not user visible, as
there are no CPUs (yet) having this feature.
To avoid confusion this should be added to the stable series, too.

Signed-off-by: Andre Przywara <andre.przywara@amd.com>
LKML-Reference: <1283778860-26843-2-git-send-email-andre.przywara@amd.com>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
arch/x86/include/asm/cpufeature.h
arch/x86/kvm/x86.c