git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c4196a
)
crypto: crc32-pclmul - Use gas macro for pclmulqdq
author
Sandy Wu
<sandyw@twitter.com>
Fri, 29 Mar 2013 00:05:44 +0000
(17:05 -0700)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Thu, 25 Apr 2013 13:01:44 +0000
(21:01 +0800)
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>
No differences found