]> git.baikalelectronics.ru Git - kernel.git/commit
x86/fpu: Inline fpu__xstate_clear_all_cpu_caps()
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Thu, 4 Jul 2019 06:07:43 +0000 (08:07 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Sun, 7 Jul 2019 10:01:47 +0000 (12:01 +0200)
commitd793a955f4085ddef861cddae50c84ca0ea3fa56
treefce326bd52ad9bd31ff23e6daa5ba9175045bdc0
parent61d8c7929635b03695c3ced7e770a4124c6fa5b3
x86/fpu: Inline fpu__xstate_clear_all_cpu_caps()

All fpu__xstate_clear_all_cpu_caps() does is to invoke one simple
function since commit

  a09ae7b9993b8 ("x86/fpu: Remove the explicit clearing of XSAVE dependent features")

so invoke that function directly and remove the wrapper.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/20190704060743.rvew4yrjd6n33uzx@linutronix.de
arch/x86/include/asm/fpu/xstate.h
arch/x86/kernel/fpu/init.c
arch/x86/kernel/fpu/xstate.c