aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/crypto/camellia-aesni-avx2-asm_64.S')
-rw-r--r--arch/x86/crypto/camellia-aesni-avx2-asm_64.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/crypto/camellia-aesni-avx2-asm_64.S b/arch/x86/crypto/camellia-aesni-avx2-asm_64.S
index 0e0b8863a34b..0d45b04b490a 100644
--- a/arch/x86/crypto/camellia-aesni-avx2-asm_64.S
+++ b/arch/x86/crypto/camellia-aesni-avx2-asm_64.S
@@ -11,6 +11,7 @@
11 */ 11 */
12 12
13#include <linux/linkage.h> 13#include <linux/linkage.h>
14#include <asm/nospec-branch.h>
14 15
15#define CAMELLIA_TABLE_BYTE_LEN 272 16#define CAMELLIA_TABLE_BYTE_LEN 272
16 17
@@ -1323,7 +1324,7 @@ camellia_xts_crypt_32way:
1323 vpxor 14 * 32(%rax), %ymm15, %ymm14; 1324 vpxor 14 * 32(%rax), %ymm15, %ymm14;
1324 vpxor 15 * 32(%rax), %ymm15, %ymm15; 1325 vpxor 15 * 32(%rax), %ymm15, %ymm15;
1325 1326
1326 call *%r9; 1327 CALL_NOSPEC %r9;
1327 1328
1328 addq $(16 * 32), %rsp; 1329 addq $(16 * 32), %rsp;
1329 1330