aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/crypto/crc32-pclmul_asm.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/crypto/crc32-pclmul_asm.S b/arch/x86/crypto/crc32-pclmul_asm.S
index 65ea6a624907..c8335014a044 100644
--- a/arch/x86/crypto/crc32-pclmul_asm.S
+++ b/arch/x86/crypto/crc32-pclmul_asm.S
@@ -84,7 +84,6 @@
84#define LEN %rsi 84#define LEN %rsi
85#define CRC %edx 85#define CRC %edx
86#else 86#else
87#warning Using 32bit code support
88#define BUF %eax 87#define BUF %eax
89#define LEN %edx 88#define LEN %edx
90#define CRC %ecx 89#define CRC %ecx