On Fri, 6 Oct 2017, Andi Kleen wrote: > From: Andi Kleen <a...@linux.intel.com> > > Before enabling XSAVE, not only check the XSAVE specific CPUID bits, > but also the base CPUID features of the respective XSAVE feature. > This allows to disable individual XSAVE states using the existing > clearcpuid= option, which can be useful for performance testing > and debugging, and also in general avoids inconsistencies. > > v2: > Add curly brackets (Thomas Gleixner) > Signed-off-by: Andi Kleen <a...@linux.intel.com>
Reviewed-by: Thomas Gleixner <t...@linutronix.de>