]> git.hungrycats.org Git - linux/commit
powerpc: Uncomment and make enable_kernel_vsx() routine available
authorLeonidas Da Silva Barbosa <leosilva@linux.vnet.ibm.com>
Mon, 13 Jul 2015 16:51:01 +0000 (13:51 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Sep 2015 17:33:24 +0000 (19:33 +0200)
commit86661c0b4279b3b5fa2f543a6024a4f3cf05e8a2
tree256b73ecdd36e86eaa91b922fea92520f1d14de2
parent49ab48e9de60c08150ef8be9bcbc8e1e2f73746f
powerpc: Uncomment and make enable_kernel_vsx() routine available

commit 72cd7b44bc99376b3f3c93cedcd052663fcdf705 upstream.

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>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/powerpc/include/asm/switch_to.h
arch/powerpc/kernel/process.c