commit | 57ae1b0532977b30184aaba04b6cafe0a284c21f | [log] [tgz] |
---|---|---|
author | Sandy Wu <sandyw@twitter.com> | Thu Mar 28 17:05:44 2013 -0700 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Apr 25 21:01:44 2013 +0800 |
tree | 5299cd9942ee35d3307b83ebc267d83d3e0067f8 | |
parent | 8c4196a2fd7c31acd6d02d9921f7896b8f160c92 [diff] |
crypto: crc32-pclmul - Use gas macro for pclmulqdq Occurs when CONFIG_CRYPTO_CRC32C_INTEL=y and CONFIG_CRYPTO_CRC32C_INTEL=y. Older versions of bintuils do not support the pclmulqdq instruction. The PCLMULQDQ gas macro is used instead. Signed-off-by: Sandy Wu <sandyw@twitter.com> Cc: stable@vger.kernel.org # 3.8+ Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>