diff options
author | Gautham R. Shenoy <ego@linux.vnet.ibm.com> | 2015-05-21 11:27:04 +0300 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2015-09-21 02:05:12 +0300 |
commit | 7e022e717f54897e396504306d0c9b61452adf4e (patch) | |
tree | a48ea19323ae9f3868958a1dfd432a9af7111386 /arch/powerpc/kvm/book3s.h | |
parent | 5fc3e64f941197d5b77abccbe0144b25c2c36f2f (diff) | |
download | linux-7e022e717f54897e396504306d0c9b61452adf4e.tar.xz |
KVM: PPC: Book3S HV: Pass the correct trap argument to kvmhv_commence_exit
In guest_exit_cont we call kvmhv_commence_exit which expects the trap
number as the argument. However r3 doesn't contain the trap number at
this point and as a result we would be calling the function with a
spurious trap number.
Fix this by copying r12 into r3 before calling kvmhv_commence_exit as
r12 contains the trap number.
Cc: stable@vger.kernel.org # v4.1+
Fixes: eddb60fb1443
Signed-off-by: Gautham R. Shenoy <ego@linux.vnet.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/kvm/book3s.h')
0 files changed, 0 insertions, 0 deletions