diff options
author | Thomas Huth <thuth@linux.vnet.ibm.com> | 2013-10-07 11:50:22 -0400 |
---|---|---|
committer | Cornelia Huck <cornelia.huck@de.ibm.com> | 2013-11-28 05:08:11 -0500 |
commit | ac5b03420150241dc2db3cb4aa4f58c1e7e4640f (patch) | |
tree | b6fa56d6d055a5908ecc50b835b2d5fbdb2ea71e | |
parent | 210b1607012cc9034841a393e0591b2c86d9e26c (diff) |
KVM: s390: Removed VIRTIODESCSPACE
VIRTIODESCSPACE is completely unused nowadays and thus can be removed
without any problems.
Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
-rw-r--r-- | arch/s390/kvm/kvm-s390.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/s390/kvm/kvm-s390.h b/arch/s390/kvm/kvm-s390.h index aad541fc9098..fcd25b4bc7af 100644 --- a/arch/s390/kvm/kvm-s390.h +++ b/arch/s390/kvm/kvm-s390.h | |||
@@ -19,9 +19,6 @@ | |||
19 | #include <linux/kvm.h> | 19 | #include <linux/kvm.h> |
20 | #include <linux/kvm_host.h> | 20 | #include <linux/kvm_host.h> |
21 | 21 | ||
22 | /* The current code can have up to 256 pages for virtio */ | ||
23 | #define VIRTIODESCSPACE (256ul * 4096ul) | ||
24 | |||
25 | typedef int (*intercept_handler_t)(struct kvm_vcpu *vcpu); | 22 | typedef int (*intercept_handler_t)(struct kvm_vcpu *vcpu); |
26 | 23 | ||
27 | /* declare vfacilities extern */ | 24 | /* declare vfacilities extern */ |