alistair23-linux/drivers/crypto/vmx
Herbert Xu f42613c665 linux-next: Tree for Mar 11 (powerpc build failure due to vmx crypto code)
crypto: vmx - Fix assembler perl to use _GLOBAL

Rather than doing things by hand for global symbols to deal with
different calling conventions we already have a macro _GLOBAL in
Linux to handle this.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Tested-by: Guenter Roeck <linux@roeck-us.net>
2015-03-12 21:18:00 +11:00
..
aes.c crypto: vmx - Adding AES routines for VMX module 2015-02-28 23:13:44 +13:00
aes_cbc.c crypto: vmx - Adding CBC routines for VMX module 2015-02-28 23:13:45 +13:00
aes_ctr.c crypto: vmx - Adding CTR routines for VMX module 2015-02-28 23:13:45 +13:00
aesp8-ppc.h crypto: vmx - Adding AES routines for VMX module 2015-02-28 23:13:44 +13:00
aesp8-ppc.pl linux-next: Tree for Mar 11 (powerpc build failure due to vmx crypto code) 2015-03-12 21:18:00 +11:00
ghash.c crypto: vmx - Adding GHASH routines for VMX module 2015-02-28 23:13:46 +13:00
ghashp8-ppc.pl linux-next: Tree for Mar 11 (powerpc build failure due to vmx crypto code) 2015-03-12 21:18:00 +11:00
Kconfig crypto: vmx - Enabling VMX module for PPC64 2015-02-28 23:13:46 +13:00
Makefile crypto: vmx - Enabling VMX module for PPC64 2015-02-28 23:13:46 +13:00
ppc-xlate.pl linux-next: Tree for Mar 11 (powerpc build failure due to vmx crypto code) 2015-03-12 21:18:00 +11:00
vmx.c