Commit a137fb6b authored by Ingo Molnar's avatar Ingo Molnar

x86/fpu: Move xsave.h to fpu/xsave.h

Move the xsave.h header file to the FPU directory as well.
Reviewed-by: default avatarBorislav Petkov <bp@alien8.de>
Cc: Andy Lutomirski <luto@amacapital.net>
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: default avatarIngo Molnar <mingo@kernel.org>
parent df6b35f4
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#include <crypto/lrw.h> #include <crypto/lrw.h>
#include <crypto/xts.h> #include <crypto/xts.h>
#include <asm/xcr.h> #include <asm/xcr.h>
#include <asm/xsave.h> #include <asm/fpu/xsave.h>
#include <asm/crypto/camellia.h> #include <asm/crypto/camellia.h>
#include <asm/crypto/glue_helper.h> #include <asm/crypto/glue_helper.h>
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#include <crypto/lrw.h> #include <crypto/lrw.h>
#include <crypto/xts.h> #include <crypto/xts.h>
#include <asm/xcr.h> #include <asm/xcr.h>
#include <asm/xsave.h> #include <asm/fpu/xsave.h>
#include <asm/crypto/camellia.h> #include <asm/crypto/camellia.h>
#include <asm/crypto/glue_helper.h> #include <asm/crypto/glue_helper.h>
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#include <crypto/cryptd.h> #include <crypto/cryptd.h>
#include <crypto/ctr.h> #include <crypto/ctr.h>
#include <asm/xcr.h> #include <asm/xcr.h>
#include <asm/xsave.h> #include <asm/fpu/xsave.h>
#include <asm/crypto/glue_helper.h> #include <asm/crypto/glue_helper.h>
#define CAST5_PARALLEL_BLOCKS 16 #define CAST5_PARALLEL_BLOCKS 16
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
#include <crypto/lrw.h> #include <crypto/lrw.h>
#include <crypto/xts.h> #include <crypto/xts.h>
#include <asm/xcr.h> #include <asm/xcr.h>
#include <asm/xsave.h> #include <asm/fpu/xsave.h>
#include <asm/crypto/glue_helper.h> #include <asm/crypto/glue_helper.h>
#define CAST6_PARALLEL_BLOCKS 8 #define CAST6_PARALLEL_BLOCKS 8
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#include <crypto/xts.h> #include <crypto/xts.h>
#include <crypto/serpent.h> #include <crypto/serpent.h>
#include <asm/xcr.h> #include <asm/xcr.h>
#include <asm/xsave.h> #include <asm/fpu/xsave.h>
#include <asm/crypto/serpent-avx.h> #include <asm/crypto/serpent-avx.h>
#include <asm/crypto/glue_helper.h> #include <asm/crypto/glue_helper.h>
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
#include <crypto/lrw.h> #include <crypto/lrw.h>
#include <crypto/xts.h> #include <crypto/xts.h>
#include <asm/xcr.h> #include <asm/xcr.h>
#include <asm/xsave.h> #include <asm/fpu/xsave.h>
#include <asm/crypto/serpent-avx.h> #include <asm/crypto/serpent-avx.h>
#include <asm/crypto/glue_helper.h> #include <asm/crypto/glue_helper.h>
......
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
#include <crypto/crypto_wq.h> #include <crypto/crypto_wq.h>
#include <asm/byteorder.h> #include <asm/byteorder.h>
#include <asm/xcr.h> #include <asm/xcr.h>
#include <asm/xsave.h> #include <asm/fpu/xsave.h>
#include <linux/hardirq.h> #include <linux/hardirq.h>
#include <asm/fpu-internal.h> #include <asm/fpu-internal.h>
#include "sha_mb_ctx.h" #include "sha_mb_ctx.h"
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#include <crypto/sha1_base.h> #include <crypto/sha1_base.h>
#include <asm/fpu/api.h> #include <asm/fpu/api.h>
#include <asm/xcr.h> #include <asm/xcr.h>
#include <asm/xsave.h> #include <asm/fpu/xsave.h>
asmlinkage void sha1_transform_ssse3(u32 *digest, const char *data, asmlinkage void sha1_transform_ssse3(u32 *digest, const char *data,
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
#include <crypto/sha256_base.h> #include <crypto/sha256_base.h>
#include <asm/fpu/api.h> #include <asm/fpu/api.h>
#include <asm/xcr.h> #include <asm/xcr.h>
#include <asm/xsave.h> #include <asm/fpu/xsave.h>
#include <linux/string.h> #include <linux/string.h>
asmlinkage void sha256_transform_ssse3(u32 *digest, const char *data, asmlinkage void sha256_transform_ssse3(u32 *digest, const char *data,
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
#include <crypto/sha512_base.h> #include <crypto/sha512_base.h>
#include <asm/fpu/api.h> #include <asm/fpu/api.h>
#include <asm/xcr.h> #include <asm/xcr.h>
#include <asm/xsave.h> #include <asm/fpu/xsave.h>
#include <linux/string.h> #include <linux/string.h>
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
#include <crypto/xts.h> #include <crypto/xts.h>
#include <asm/fpu/api.h> #include <asm/fpu/api.h>
#include <asm/xcr.h> #include <asm/xcr.h>
#include <asm/xsave.h> #include <asm/fpu/xsave.h>
#include <asm/crypto/twofish.h> #include <asm/crypto/twofish.h>
#include <asm/crypto/glue_helper.h> #include <asm/crypto/glue_helper.h>
#include <crypto/scatterwalk.h> #include <crypto/scatterwalk.h>
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#include <asm/user.h> #include <asm/user.h>
#include <asm/fpu/api.h> #include <asm/fpu/api.h>
#include <asm/xsave.h> #include <asm/fpu/xsave.h>
#ifdef CONFIG_X86_64 #ifdef CONFIG_X86_64
# include <asm/sigcontext32.h> # include <asm/sigcontext32.h>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
#include <linux/vmalloc.h> #include <linux/vmalloc.h>
#include <linux/uaccess.h> #include <linux/uaccess.h>
#include <asm/user.h> #include <asm/user.h>
#include <asm/xsave.h> #include <asm/fpu/xsave.h>
#include "cpuid.h" #include "cpuid.h"
#include "lapic.h" #include "lapic.h"
#include "mmu.h" #include "mmu.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment