提交 79836276 编写于 作者: H Herbert Xu

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: NHerbert Xu <herbert@gondor.apana.org.au>
上级 d3f5188d
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册