aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/bookehv_interrupts.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/kvm/bookehv_interrupts.S')
-rw-r--r--arch/powerpc/kvm/bookehv_interrupts.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/kvm/bookehv_interrupts.S b/arch/powerpc/kvm/bookehv_interrupts.S
index 051af7d97327..4e5081e58409 100644
--- a/arch/powerpc/kvm/bookehv_interrupts.S
+++ b/arch/powerpc/kvm/bookehv_interrupts.S
@@ -75,6 +75,10 @@
75 PPC_LL r1, VCPU_HOST_STACK(r4) 75 PPC_LL r1, VCPU_HOST_STACK(r4)
76 PPC_LL r2, HOST_R2(r1) 76 PPC_LL r2, HOST_R2(r1)
77 77
78START_BTB_FLUSH_SECTION
79 BTB_FLUSH(r10)
80END_BTB_FLUSH_SECTION
81
78 mfspr r10, SPRN_PID 82 mfspr r10, SPRN_PID
79 lwz r8, VCPU_HOST_PID(r4) 83 lwz r8, VCPU_HOST_PID(r4)
80 PPC_LL r11, VCPU_SHARED(r4) 84 PPC_LL r11, VCPU_SHARED(r4)