Don't declare XSAVE as supported
commit8713f8ffb87a28c94b4f22b9a9ec16c55381187e
authorAndi Kleen <andi@firstfloor.org>
Sat, 26 Jun 2010 20:54:21 +0000 (26 22:54 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Thu, 1 Jul 2010 23:55:38 +0000 (2 01:55 +0200)
tree7119e02183b9773ea4dc969a6a7ae5384afc6921
parentc045af25a52e9aa69c96bf8af4e4c639f657b08f
Don't declare XSAVE as supported

i386 cpuid.c currently claims XSAVE is supported in the CPUID filter,
but that's not true: Only FXSAVE is supported. Remove that bit
from the filter.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-i386/cpuid.c