summaryrefslogtreecommitdiff
path: root/arch/mips
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2017-08-16 12:39:57 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2017-08-16 12:39:57 +1000
commitcc174224989cf013ac230b9e9007483baff4fd42 (patch)
tree8097edf1b1b0baf67b1a9ffc80f02db100c3b51c /arch/mips
parent5a248968ca3c029f78501a49ce68f98e30ba41bd (diff)
parenteebed2438923f8df465c27f8fa41303771fdb2e8 (diff)
Merge remote-tracking branch 'kvm/linux-next'
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/kvm/mips.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/kvm/mips.c b/arch/mips/kvm/mips.c
index d4b2ad18eef2..bce2a6431430 100644
--- a/arch/mips/kvm/mips.c
+++ b/arch/mips/kvm/mips.c
@@ -98,6 +98,11 @@ int kvm_arch_vcpu_runnable(struct kvm_vcpu *vcpu)
return !!(vcpu->arch.pending_exceptions);
}
+bool kvm_arch_vcpu_in_kernel(struct kvm_vcpu *vcpu)
+{
+ return false;
+}
+
int kvm_arch_vcpu_should_kick(struct kvm_vcpu *vcpu)
{
return 1;