]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
powerpc: Add the ability to save VSX without giving it up
authorCyril Bur <cyrilbur@gmail.com>
Mon, 29 Feb 2016 06:53:51 +0000 (17:53 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 2 Mar 2016 12:34:50 +0000 (23:34 +1100)
commitbf6a4d5b75d1ea87897fe68d0e45d35a2996c678
tree8e967bdd1fe1dcd8bda0b38baa212c945c40cab1
parent6f515d842e8e1b205e54f44b9013bf14870b97a7
powerpc: Add the ability to save VSX without giving it up

This patch adds the ability to be able to save the VSX registers to the
thread struct without giving up (disabling the facility) next time the
process returns to userspace.

This patch builds on a previous optimisation for the FPU and VEC registers
in the thread copy path to avoid a possibly pointless reload of VSX state.

Signed-off-by: Cyril Bur <cyrilbur@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/include/asm/switch_to.h
arch/powerpc/kernel/ppc_ksyms.c
arch/powerpc/kernel/process.c
arch/powerpc/kernel/vector.S