]> git.karo-electronics.de Git - karo-tx-linux.git/commit
crypto: crc32-pclmul - Use gas macro for pclmulqdq
authorSandy Wu <sandyw@twitter.com>
Fri, 29 Mar 2013 00:05:44 +0000 (17:05 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 May 2013 03:33:08 +0000 (20:33 -0700)
commit5504e82764f41969a5f4e29af9f950f79ec3538a
treea4d4812d567ea31cf87210b8758261b9c7dab673
parent022c3731aa195da5925419386cc337fff7fd4367
crypto: crc32-pclmul - Use gas macro for pclmulqdq

commit 57ae1b0532977b30184aaba04b6cafe0a284c21f upstream.

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>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/x86/crypto/crc32c-pcl-intel-asm_64.S