diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2015-09-22 22:01:46 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2015-09-22 22:01:46 +0200 |
commit | 5b6a7175bfe570857a85b5570857e7555eff2c3a (patch) | |
tree | 10e569e0a9b8f883baf67bd421ba67b11b38ab6d /arch/powerpc/kvm/book3s_hv_rmhandlers.S | |
parent | 3afb1121800128aae9f5722e50097fcf1a9d4d88 (diff) | |
parent | 3eb4ee68254235e4f47bc0410538fcdaede39589 (diff) |
Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into kvm-master
Diffstat (limited to 'arch/powerpc/kvm/book3s_hv_rmhandlers.S')
-rw-r--r-- | arch/powerpc/kvm/book3s_hv_rmhandlers.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kvm/book3s_hv_rmhandlers.S b/arch/powerpc/kvm/book3s_hv_rmhandlers.S index 2273dcacef39..b98889e9851d 100644 --- a/arch/powerpc/kvm/book3s_hv_rmhandlers.S +++ b/arch/powerpc/kvm/book3s_hv_rmhandlers.S @@ -1257,6 +1257,7 @@ mc_cont: bl kvmhv_accumulate_time #endif + mr r3, r12 /* Increment exit count, poke other threads to exit */ bl kvmhv_commence_exit nop |