diff options
author | Ingo Molnar <mingo@kernel.org> | 2015-04-28 09:41:33 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2015-05-19 16:47:54 +0300 |
commit | 669ebabb79906302ba6e6922a683893788a134e8 (patch) | |
tree | 8b4d2a88810cd61fc4199784e2d6498e4c86ceb9 /arch/x86/crypto/sha-mb/sha1_mb.c | |
parent | b16529004f5cc0debf8073d21b560a4677a03a2a (diff) | |
download | linux-669ebabb79906302ba6e6922a683893788a134e8.tar.xz |
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/sha-mb/sha1_mb.c')
-rw-r--r-- | arch/x86/crypto/sha-mb/sha1_mb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/crypto/sha-mb/sha1_mb.c b/arch/x86/crypto/sha-mb/sha1_mb.c index 03ffaf8c2244..6f3f76568bd5 100644 --- a/arch/x86/crypto/sha-mb/sha1_mb.c +++ b/arch/x86/crypto/sha-mb/sha1_mb.c @@ -66,7 +66,7 @@ #include <crypto/crypto_wq.h> #include <asm/byteorder.h> #include <asm/xcr.h> -#include <asm/fpu/xsave.h> +#include <asm/fpu/xstate.h> #include <linux/hardirq.h> #include <asm/fpu/internal.h> #include "sha_mb_ctx.h" |