projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3f5188
)
crypto: crc32-pclmul - Kill warning on x86-32
author
Herbert Xu
<herbert@gondor.apana.org.au>
Sun, 20 Jan 2013 07:05:02 +0000
(18:05 +1100)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Sun, 20 Jan 2013 07:05:02 +0000
(18:05 +1100)
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>
arch/x86/crypto/crc32-pclmul_asm.S
patch
|
blob
|
history
diff --git
a/arch/x86/crypto/crc32-pclmul_asm.S
b/arch/x86/crypto/crc32-pclmul_asm.S
index 65ea6a624907163f5c018efe266015c31730128b..c8335014a0441e7637fdbeeee85d794b4ab72fa9 100644
(file)
--- a/
arch/x86/crypto/crc32-pclmul_asm.S
+++ b/
arch/x86/crypto/crc32-pclmul_asm.S
@@
-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