diff options
author | Ingo Molnar <mingo@kernel.org> | 2015-04-27 03:58:37 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2015-05-19 15:47:30 +0200 |
commit | a137fb6bbf4f10b8ef1452e9b190d8bc76c04d0f (patch) | |
tree | c2a3f8519ebc0501b839abcccfb967b38eb17e30 /arch/x86/crypto/camellia_aesni_avx2_glue.c | |
parent | df6b35f409af0a8ff1ef62f552b8402f3fef8665 (diff) | |
download | blackbird-obmc-linux-a137fb6bbf4f10b8ef1452e9b190d8bc76c04d0f.tar.gz blackbird-obmc-linux-a137fb6bbf4f10b8ef1452e9b190d8bc76c04d0f.zip |
x86/fpu: Move xsave.h to fpu/xsave.h
Move the xsave.h header file to the FPU directory as well.
Reviewed-by: Borislav 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: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/crypto/camellia_aesni_avx2_glue.c')
-rw-r--r-- | arch/x86/crypto/camellia_aesni_avx2_glue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/crypto/camellia_aesni_avx2_glue.c b/arch/x86/crypto/camellia_aesni_avx2_glue.c index baf0ac21ace5..004acd7bb4e0 100644 --- a/arch/x86/crypto/camellia_aesni_avx2_glue.c +++ b/arch/x86/crypto/camellia_aesni_avx2_glue.c @@ -20,7 +20,7 @@ #include <crypto/lrw.h> #include <crypto/xts.h> #include <asm/xcr.h> -#include <asm/xsave.h> +#include <asm/fpu/xsave.h> #include <asm/crypto/camellia.h> #include <asm/crypto/glue_helper.h> |