diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2021-06-23 14:01:45 +0200 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2021-06-23 17:49:47 +0200 |
commit | afac9e894364418731d1d7e66c1118b31fd130e8 (patch) | |
tree | 2105dc5405ec2720d97fc033e634324325c85838 /arch/x86/include/asm/fpu | |
parent | x86/fpu: Use copy_xstate_to_uabi_buf() in fpregs_get() (diff) | |
download | linux-afac9e894364418731d1d7e66c1118b31fd130e8.tar.xz linux-afac9e894364418731d1d7e66c1118b31fd130e8.zip |
x86/fpu: Remove fpstate_sanitize_xstate()
No more users.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20210623121453.124819167@linutronix.de
Diffstat (limited to 'arch/x86/include/asm/fpu')
-rw-r--r-- | arch/x86/include/asm/fpu/internal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/fpu/internal.h b/arch/x86/include/asm/fpu/internal.h index 9ed984609595..0148791acc49 100644 --- a/arch/x86/include/asm/fpu/internal.h +++ b/arch/x86/include/asm/fpu/internal.h @@ -86,8 +86,6 @@ extern void fpstate_init_soft(struct swregs_state *soft); static inline void fpstate_init_soft(struct swregs_state *soft) {} #endif -extern void fpstate_sanitize_xstate(struct fpu *fpu); - #define user_insn(insn, output, input...) \ ({ \ int err; \ |