Re: [PATCH 0/2] Uncomment VSX enable routine for instructions access

2015-07-14 Thread Herbert Xu
Leonidas S. Barbosa wrote: > enable_kernel_vsx() was commented since anything was using > it. It changes with vmx_crypto driver that call VSX instructions > and need kernel_vsx enabled in order to do it properly. Without > a way to enable VSX instruction vmx_crypto fails into an exception. > > Th

[PATCH 0/2] Uncomment VSX enable routine for instructions access

2015-07-13 Thread Leonidas S. Barbosa
enable_kernel_vsx() was commented since anything was using it. It changes with vmx_crypto driver that call VSX instructions and need kernel_vsx enabled in order to do it properly. Without a way to enable VSX instruction vmx_crypto fails into an exception. These patches uncomment enable_kernel_vsx(