aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2013-01-20 02:05:02 -0500
committerHerbert Xu <herbert@gondor.apana.org.au>2013-01-20 02:05:02 -0500
commit7983627657db5e37594af5c28cdb623855eb554f (patch)
treef21736725e5accd45655b14146cf666d49a6e859
parentd3f5188dfea70e7ea6570bd4bc9d6d7dbd431e39 (diff)
crypto: crc32-pclmul - Kill warning on x86-32
This patch removes a gratuitous warning on x86-32: arch/x86/crypto/crc32-pclmul_asm.S:87:2: warning: #warning Using 32bit code support [-Wcpp] Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
-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