crypto: ghash-clmulni-intel - Use gas macro for PCLMULQDQ-NI and PSHUFB
authorHuang Ying <ying.huang@intel.com>
Mon, 23 Nov 2009 11:55:22 +0000 (19:55 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 23 Nov 2009 11:55:22 +0000 (19:55 +0800)
Old binutils do not support PCLMULQDQ-NI and PSHUFB, to make kernel
can be compiled by them, .byte code is used instead of assembly
instructions. But the readability and flexibility of raw .byte code is
not good.

So corresponding assembly instruction like gas macro is used instead.

Signed-off-by: Huang Ying <ying.huang@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

No differences found