On Sun, Jan 20, 2013 at 09:55:37AM +0400, Alexander Boyko wrote:
> You can kill it.

OK.

commit 7983627657db5e37594af5c28cdb623855eb554f
Author: Herbert Xu <herb...@gondor.apana.org.au>
Date:   Sun Jan 20 18:05:02 2013 +1100

    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 <herb...@gondor.apana.org.au>

diff --git a/arch/x86/crypto/crc32-pclmul_asm.S 
b/arch/x86/crypto/crc32-pclmul_asm.S
index 65ea6a6..c8335014 100644
--- 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

Cheers,
-- 
Email: Herbert Xu <herb...@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to