]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - arch/s390/kvm/kvm-s390.h
KVM: s390: Removed SIE_INTERCEPT_UCONTROL
[mirror_ubuntu-bionic-kernel.git] / arch / s390 / kvm / kvm-s390.h
index b44912a3294941b8df9e9ca27d140ce52149408d..aad541fc9098990430e919cfe88a830526be09fe 100644 (file)
@@ -27,8 +27,6 @@ typedef int (*intercept_handler_t)(struct kvm_vcpu *vcpu);
 /* declare vfacilities extern */
 extern unsigned long *vfacilities;
 
-/* negativ values are error codes, positive values for internal conditions */
-#define SIE_INTERCEPT_UCONTROL         (1<<0)
 int kvm_handle_sie_intercept(struct kvm_vcpu *vcpu);
 
 #define VM_EVENT(d_kvm, d_loglevel, d_string, d_args...)\