commit | 72cd7b44bc99376b3f3c93cedcd052663fcdf705 | [log] [tgz] |
---|---|---|
author | Leonidas Da Silva Barbosa <leosilva@linux.vnet.ibm.com> | Mon Jul 13 13:51:01 2015 -0300 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Tue Jul 14 14:56:48 2015 +0800 |
tree | 9d144c26a0ca726f103f00cf5f3d3c46183d094a | |
parent | 1f644a7c7cd6a2c310312936d51cb56e6ac56f10 [diff] |
powerpc: Uncomment and make enable_kernel_vsx() routine available enable_kernel_vsx() function was commented since anything was using it. However, vmx-crypto driver uses VSX instructions which are only available if VSX is enable. Otherwise it rises an exception oops. This patch uncomment enable_kernel_vsx() routine and makes it available. Signed-off-by: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>