aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/kernel/fpu/xstate.c
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2021-10-15 03:16:26 +0200
committerBorislav Petkov <bp@suse.de>2021-10-20 15:27:28 +0200
commit34002571cb4199a446f7582704424d20a01c276e (patch)
treefa53d94e4c74c58065007be96bafbb837b0f9ce9 /arch/x86/kernel/fpu/xstate.c
parentx86/fpu: Move os_xsave() and os_xrstor() to core (diff)
downloadwireguard-linux-34002571cb4199a446f7582704424d20a01c276e.tar.xz
wireguard-linux-34002571cb4199a446f7582704424d20a01c276e.zip
x86/fpu: Move legacy ASM wrappers to core
Nothing outside the core code requires them. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lkml.kernel.org/r/20211015011539.572439164@linutronix.de
Diffstat (limited to '')
-rw-r--r--arch/x86/kernel/fpu/xstate.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/fpu/xstate.c b/arch/x86/kernel/fpu/xstate.c
index b712c06cbbfb..246a7fea06b1 100644
--- a/arch/x86/kernel/fpu/xstate.c
+++ b/arch/x86/kernel/fpu/xstate.c
@@ -20,6 +20,7 @@
#include <asm/tlbflush.h>
#include "internal.h"
+#include "legacy.h"
#include "xstate.h"
#define for_each_extended_xfeature(bit, mask) \