diff options
author | Ingo Molnar <mingo@kernel.org> | 2015-04-28 08:41:33 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2015-05-19 15:47:54 +0200 |
commit | 669ebabb79906302ba6e6922a683893788a134e8 (patch) | |
tree | 8b4d2a88810cd61fc4199784e2d6498e4c86ceb9 /arch/x86/crypto/sha256_ssse3_glue.c | |
parent | b16529004f5cc0debf8073d21b560a4677a03a2a (diff) | |
download | linux-669ebabb79906302ba6e6922a683893788a134e8.tar.bz2 |
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/sha256_ssse3_glue.c')
-rw-r--r-- | arch/x86/crypto/sha256_ssse3_glue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/crypto/sha256_ssse3_glue.c b/arch/x86/crypto/sha256_ssse3_glue.c index dcbd8ea6eaaf..eb65522f02b8 100644 --- a/arch/x86/crypto/sha256_ssse3_glue.c +++ b/arch/x86/crypto/sha256_ssse3_glue.c @@ -39,7 +39,7 @@ #include <crypto/sha256_base.h> #include <asm/fpu/api.h> #include <asm/xcr.h> -#include <asm/fpu/xsave.h> +#include <asm/fpu/xstate.h> #include <linux/string.h> asmlinkage void sha256_transform_ssse3(u32 *digest, const char *data, |