]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/s390/include/asm/kvm_host.h
Merge remote-tracking branch 'kvm/linux-next'
[karo-tx-linux.git] / arch / s390 / include / asm / kvm_host.h
index 8ced426091e10106bcc675c85d291943b130d72a..efaac2c3bb77a028a748de19820cd40ee528c0a0 100644 (file)
@@ -22,7 +22,7 @@
 #include <linux/kvm.h>
 #include <asm/debug.h>
 #include <asm/cpu.h>
-#include <asm/fpu-internal.h>
+#include <asm/fpu/api.h>
 #include <asm/isc.h>
 
 #define KVM_MAX_VCPUS 64
@@ -644,5 +644,7 @@ static inline void kvm_arch_memslots_updated(struct kvm *kvm, struct kvm_memslot
 static inline void kvm_arch_flush_shadow_all(struct kvm *kvm) {}
 static inline void kvm_arch_flush_shadow_memslot(struct kvm *kvm,
                struct kvm_memory_slot *slot) {}
+static inline void kvm_arch_vcpu_blocking(struct kvm_vcpu *vcpu) {}
+static inline void kvm_arch_vcpu_unblocking(struct kvm_vcpu *vcpu) {}
 
 #endif