]> git.baikalelectronics.ru Git - kernel.git/commit
x86/fpu: Remove the explicit clearing of XSAVE dependent features
authorAndi Kleen <ak@linux.intel.com>
Fri, 13 Oct 2017 21:56:45 +0000 (14:56 -0700)
committerIngo Molnar <mingo@kernel.org>
Tue, 17 Oct 2017 15:14:57 +0000 (17:14 +0200)
commit22e71e7fc3e17ea2dff9c194bfc9478189f49ec5
tree855314cb66061aadba276c9570d5bffaf50d212c
parent4f883791b603d6881c66d72214e55e3fece728c8
x86/fpu: Remove the explicit clearing of XSAVE dependent features

Clearing a CPU feature with setup_clear_cpu_cap() clears all features
which depend on it. Expressing feature dependencies in one place is
easier to maintain than keeping functions like
fpu__xstate_clear_all_cpu_caps() up to date.

The features which depend on XSAVE have their dependency expressed in the
dependency table, so its sufficient to clear X86_FEATURE_XSAVE.

Remove the explicit clearing of XSAVE dependent features.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20171013215645.23166-6-andi@firstfloor.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/kernel/fpu/xstate.c