summaryrefslogtreecommitdiff
path: root/arch/x86/crypto/crc32c-pcl-intel-asm_64.S
diff options
context:
space:
mode:
authorSasha Levin <alexander.levin@microsoft.com>2018-03-20 16:44:18 -0400
committerSasha Levin <alexander.levin@microsoft.com>2018-03-20 23:49:55 -0400
commit2ae2efda4b14ad93415c2b9884cbac1ac9d0d794 (patch)
tree68dc36d7309cc9f91d9e4560765c4e32543bc617 /arch/x86/crypto/crc32c-pcl-intel-asm_64.S
parent509efc5dfd989cf959858c6199f61c269bc76059 (diff)
Revert "x86/retpoline/crypto: Convert crypto assembler indirect jumps"
This reverts commit 0153127f56d685b355e5adb5747f1d4463761756. Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Diffstat (limited to 'arch/x86/crypto/crc32c-pcl-intel-asm_64.S')
-rw-r--r--arch/x86/crypto/crc32c-pcl-intel-asm_64.S3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/crypto/crc32c-pcl-intel-asm_64.S b/arch/x86/crypto/crc32c-pcl-intel-asm_64.S
index 5fc80c880a16..225be06edc80 100644
--- a/arch/x86/crypto/crc32c-pcl-intel-asm_64.S
+++ b/arch/x86/crypto/crc32c-pcl-intel-asm_64.S
@@ -45,7 +45,6 @@
#include <asm/inst.h>
#include <linux/linkage.h>
-#include <asm/nospec-branch.h>
## ISCSI CRC 32 Implementation with crc32 and pclmulqdq Instruction
@@ -173,7 +172,7 @@ continue_block:
movzxw (bufp, %rax, 2), len
offset=crc_array-jump_table
lea offset(bufp, len, 1), bufp
- JMP_NOSPEC bufp
+ jmp *bufp
################################################################
## 2a) PROCESS FULL BLOCKS: