Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 79836276 authored by Herbert Xu's avatar Herbert Xu
Browse files

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: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent d3f5188d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -84,7 +84,6 @@
#define LEN     %rsi
#define CRC     %edx
#else
#warning Using 32bit code support
#define BUF     %eax
#define LEN     %edx
#define CRC     %ecx