diff options
Diffstat (limited to 'arch/mips/kvm/trap_emul.c')
-rw-r--r-- | arch/mips/kvm/trap_emul.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kvm/trap_emul.c b/arch/mips/kvm/trap_emul.c index ad988000563f..c4038d2a724c 100644 --- a/arch/mips/kvm/trap_emul.c +++ b/arch/mips/kvm/trap_emul.c | |||
@@ -500,7 +500,7 @@ static int kvm_trap_emul_vcpu_setup(struct kvm_vcpu *vcpu) | |||
500 | kvm_write_c0_guest_config7(cop0, (MIPS_CONF7_WII) | (1 << 10)); | 500 | kvm_write_c0_guest_config7(cop0, (MIPS_CONF7_WII) | (1 << 10)); |
501 | 501 | ||
502 | /* | 502 | /* |
503 | * Setup IntCtl defaults, compatibilty mode for timer interrupts (HW5) | 503 | * Setup IntCtl defaults, compatibility mode for timer interrupts (HW5) |
504 | */ | 504 | */ |
505 | kvm_write_c0_guest_intctl(cop0, 0xFC000000); | 505 | kvm_write_c0_guest_intctl(cop0, 0xFC000000); |
506 | 506 | ||