aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kvm/mmio.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/kvm/mmio.c')
-rw-r--r--arch/arm/kvm/mmio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/kvm/mmio.c b/arch/arm/kvm/mmio.c
index 0b8f49985b70..02ca76555bd4 100644
--- a/arch/arm/kvm/mmio.c
+++ b/arch/arm/kvm/mmio.c
@@ -101,7 +101,7 @@ static int decode_hsr(struct kvm_vcpu *vcpu, phys_addr_t fault_ipa,
101 * The MMIO instruction is emulated and should not be re-executed 101 * The MMIO instruction is emulated and should not be re-executed
102 * in the guest. 102 * in the guest.
103 */ 103 */
104 kvm_skip_instr(vcpu, (kvm_vcpu_get_hsr(vcpu) >> 25) & 1); 104 kvm_skip_instr(vcpu, kvm_vcpu_trap_il_is32bit(vcpu));
105 return 0; 105 return 0;
106} 106}
107 107