aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/kvm_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/include/asm/kvm_host.h')
-rw-r--r--arch/mips/include/asm/kvm_host.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/mips/include/asm/kvm_host.h b/arch/mips/include/asm/kvm_host.h
index 6f68f7545b66..f296ebeda9e3 100644
--- a/arch/mips/include/asm/kvm_host.h
+++ b/arch/mips/include/asm/kvm_host.h
@@ -104,7 +104,6 @@
104#define KVM_GUEST_KSEG23ADDR(a) (KVM_GUEST_CPHYSADDR(a) | KVM_GUEST_KSEG23) 104#define KVM_GUEST_KSEG23ADDR(a) (KVM_GUEST_CPHYSADDR(a) | KVM_GUEST_KSEG23)
105 105
106#define KVM_INVALID_PAGE 0xdeadbeef 106#define KVM_INVALID_PAGE 0xdeadbeef
107#define KVM_INVALID_INST 0xdeadbeef
108#define KVM_INVALID_ADDR 0xdeadbeef 107#define KVM_INVALID_ADDR 0xdeadbeef
109 108
110/* 109/*
@@ -640,7 +639,7 @@ void kvm_trap_emul_invalidate_gva(struct kvm_vcpu *vcpu, unsigned long addr,
640 bool user); 639 bool user);
641 640
642/* Emulation */ 641/* Emulation */
643u32 kvm_get_inst(u32 *opc, struct kvm_vcpu *vcpu); 642int kvm_get_inst(u32 *opc, struct kvm_vcpu *vcpu, u32 *out);
644enum emulation_result update_pc(struct kvm_vcpu *vcpu, u32 cause); 643enum emulation_result update_pc(struct kvm_vcpu *vcpu, u32 cause);
645 644
646/** 645/**