diff options
Diffstat (limited to 'arch/s390/kvm/gaccess.h')
-rw-r--r-- | arch/s390/kvm/gaccess.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/s390/kvm/gaccess.h b/arch/s390/kvm/gaccess.h index 2d37a46195e2..0149cf15058a 100644 --- a/arch/s390/kvm/gaccess.h +++ b/arch/s390/kvm/gaccess.h | |||
@@ -327,6 +327,8 @@ int read_guest_real(struct kvm_vcpu *vcpu, unsigned long gra, void *data, | |||
327 | return access_guest_real(vcpu, gra, data, len, 0); | 327 | return access_guest_real(vcpu, gra, data, len, 0); |
328 | } | 328 | } |
329 | 329 | ||
330 | void ipte_lock(struct kvm_vcpu *vcpu); | ||
331 | void ipte_unlock(struct kvm_vcpu *vcpu); | ||
330 | int ipte_lock_held(struct kvm_vcpu *vcpu); | 332 | int ipte_lock_held(struct kvm_vcpu *vcpu); |
331 | int kvm_s390_check_low_addr_protection(struct kvm_vcpu *vcpu, unsigned long ga); | 333 | int kvm_s390_check_low_addr_protection(struct kvm_vcpu *vcpu, unsigned long ga); |
332 | 334 | ||