From: Andre Przywara Date: Mon, 6 Sep 2010 13:14:17 +0000 (+0200) Subject: x86, cpu: Fix renamed, not-yet-shipping AMD CPUID feature bit X-Git-Tag: v2.6.37-rc1~208^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ef8aa72ab176e0288f363d1247079732c5d5792;p=pandora-kernel.git x86, cpu: Fix renamed, not-yet-shipping AMD CPUID feature bit 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. Cc: stable@kernel.org [.32.x .34.x, .35.x] Signed-off-by: Andre Przywara LKML-Reference: <1283778860-26843-2-git-send-email-andre.przywara@amd.com> Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed