Re: [PATCH] crypto/x86: Remove include/asm/inst.h

2020-07-16 Thread Herbert Xu
On Thu, Jul 09, 2020 at 05:08:57PM +0200, Uros Bizjak wrote: > Current minimum required version of binutils is 2.23, > which supports PSHUFB, PCLMULQDQ, PEXTRD, AESKEYGENASSIST, > AESIMC, AESENC, AESENCLAST, AESDEC, AESDECLAST and MOVQ > instruction mnemonics. > > Substitute macros from include/as

[PATCH] crypto/x86: Remove include/asm/inst.h

2020-07-09 Thread Uros Bizjak
Current minimum required version of binutils is 2.23, which supports PSHUFB, PCLMULQDQ, PEXTRD, AESKEYGENASSIST, AESIMC, AESENC, AESENCLAST, AESDEC, AESDECLAST and MOVQ instruction mnemonics. Substitute macros from include/asm/inst.h with a proper instruction mnemonics in various assmbly files fro