aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto/serpent_avx2_glue.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2015-04-28 08:41:33 +0200
committerIngo Molnar <mingo@kernel.org>2015-05-19 15:47:54 +0200
commit669ebabb79906302ba6e6922a683893788a134e8 (patch)
tree8b4d2a88810cd61fc4199784e2d6498e4c86ceb9 /arch/x86/crypto/serpent_avx2_glue.c
parentx86/fpu: Optimize fpu_copy() some more on lazy switching systems (diff)
downloadlinux-dev-669ebabb79906302ba6e6922a683893788a134e8.tar.xz
linux-dev-669ebabb79906302ba6e6922a683893788a134e8.zip
x86/fpu: Rename fpu/xsave.h to fpu/xstate.h
'xsave' is an x86 instruction name to most people - but xsave.h is about a lot more than just the XSAVE instruction: it includes definitions and support, both internal and external, related to xstate and xfeatures support. As a first step in cleaning up the various xstate uses rename this header to 'fpu/xstate.h' to better reflect what this header file is about. Cc: Andy Lutomirski <luto@amacapital.net> Cc: Borislav Petkov <bp@alien8.de> Cc: Dave Hansen <dave.hansen@linux.intel.com> Cc: Fenghua Yu <fenghua.yu@intel.com> Cc: H. Peter Anvin <hpa@zytor.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Oleg Nesterov <oleg@redhat.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/crypto/serpent_avx2_glue.c')
-rw-r--r--arch/x86/crypto/serpent_avx2_glue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/crypto/serpent_avx2_glue.c b/arch/x86/crypto/serpent_avx2_glue.c
index 206ec57725a3..aa325fa5c7a6 100644
--- a/arch/x86/crypto/serpent_avx2_glue.c
+++ b/arch/x86/crypto/serpent_avx2_glue.c
@@ -21,7 +21,7 @@
#include <crypto/xts.h>
#include <crypto/serpent.h>
#include <asm/xcr.h>
-#include <asm/fpu/xsave.h>
+#include <asm/fpu/xstate.h>
#include <asm/crypto/serpent-avx.h>
#include <asm/crypto/glue_helper.h>