mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-04 04:06:26 +00:00
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>
This commit is contained in:
parent
d3f5188dfe
commit
7983627657
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user