diff options
author | Dominik Dingel <dingel@linux.vnet.ibm.com> | 2015-05-07 15:41:57 +0200 |
---|---|---|
committer | Christian Borntraeger <borntraeger@de.ibm.com> | 2015-07-29 11:02:05 +0200 |
commit | e6db1d61c7cc05dd3c8b787a0bd47dcb94800300 (patch) | |
tree | f7cc9f1c33d9866bd111e881eb899eae74047d47 /arch/s390/kvm/kvm-s390.h | |
parent | 0df30abcd69b61d8163282c157f15ed3b0f1ac85 (diff) | |
download | talos-obmc-linux-e6db1d61c7cc05dd3c8b787a0bd47dcb94800300.tar.gz talos-obmc-linux-e6db1d61c7cc05dd3c8b787a0bd47dcb94800300.zip |
KVM: s390: clean up cmma_enable check
As we already only enable CMMA when userspace requests it, we can
safely move the additional checks to the request handler and avoid
doing them multiple times. This also tells userspace if CMMA is
available.
Signed-off-by: Dominik Dingel <dingel@linux.vnet.ibm.com>
Reviewed-by: David Hildenbrand <dahi@linux.vnet.ibm.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Diffstat (limited to 'arch/s390/kvm/kvm-s390.h')
-rw-r--r-- | arch/s390/kvm/kvm-s390.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/s390/kvm/kvm-s390.h b/arch/s390/kvm/kvm-s390.h index c5704786e473..81de2af28c9c 100644 --- a/arch/s390/kvm/kvm-s390.h +++ b/arch/s390/kvm/kvm-s390.h @@ -217,8 +217,6 @@ void exit_sie(struct kvm_vcpu *vcpu); void kvm_s390_sync_request(int req, struct kvm_vcpu *vcpu); int kvm_s390_vcpu_setup_cmma(struct kvm_vcpu *vcpu); void kvm_s390_vcpu_unsetup_cmma(struct kvm_vcpu *vcpu); -/* is cmma enabled */ -bool kvm_s390_cmma_enabled(struct kvm *kvm); unsigned long kvm_s390_fac_list_mask_size(void); extern unsigned long kvm_s390_fac_list_mask[]; |