You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07: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:
@@ -84,7 +84,6 @@
|
|||||||
#define LEN %rsi
|
#define LEN %rsi
|
||||||
#define CRC %edx
|
#define CRC %edx
|
||||||
#else
|
#else
|
||||||
#warning Using 32bit code support
|
|
||||||
#define BUF %eax
|
#define BUF %eax
|
||||||
#define LEN %edx
|
#define LEN %edx
|
||||||
#define CRC %ecx
|
#define CRC %ecx
|
||||||
|
|||||||
Reference in New Issue
Block a user