Re: [PATCH 7/7] Enabling VMX module for PPC64

2015-02-06 Thread Leonidas S. Barbosa
Thanks for the advices Paul. Resending patch set as V2. > > +vmx-crypto-objs := vmx.o aesp8-ppc.o ghashp8-ppc.o aes.o aes_cbc.o > > aes_ctr.o ghash.o > > + > > +ifeq ($(CONFIG_PPC64),y) > > Can this test ever fail? In fact we don't need this first IF, since it already depends on PPC64. --- Leo

Re: [PATCH 7/7] Enabling VMX module for PPC64

2015-02-05 Thread Paul Bolle
On Thu, 2015-02-05 at 15:21 -0200, Leonidas S. Barbosa wrote: > This patch enables VMX module in PPC64. > > Signed-off-by: Leonidas S. Barbosa > --- > drivers/crypto/Kconfig | 12 > drivers/crypto/Makefile | 1 + > drivers/crypto/vmx/Kconfig | 9 + > drivers/cryp

[PATCH 7/7] Enabling VMX module for PPC64

2015-02-05 Thread Leonidas S. Barbosa
This patch enables VMX module in PPC64. Signed-off-by: Leonidas S. Barbosa --- drivers/crypto/Kconfig | 12 drivers/crypto/Makefile | 1 + drivers/crypto/vmx/Kconfig | 9 + drivers/crypto/vmx/Makefile | 21 + 4 files changed, 43 insertions(+)