projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
210b160
)
KVM: s390: Removed VIRTIODESCSPACE
author
Thomas Huth
<
[email protected]
>
Mon, 7 Oct 2013 15:50:22 +0000
(17:50 +0200)
committer
Cornelia Huck
<
[email protected]
>
Thu, 28 Nov 2013 10:08:11 +0000
(11:08 +0100)
VIRTIODESCSPACE is completely unused nowadays and thus can be removed
without any problems.
Signed-off-by: Thomas Huth <
[email protected]
>
Acked-by: Cornelia Huck <
[email protected]
>
Signed-off-by: Cornelia Huck <
[email protected]
>
arch/s390/kvm/kvm-s390.h
patch
|
blob
|
history
diff --git
a/arch/s390/kvm/kvm-s390.h
b/arch/s390/kvm/kvm-s390.h
index aad541fc9098990430e919cfe88a830526be09fe..fcd25b4bc7af52fd219845e21e01e6db7975910b 100644
(file)
--- a/
arch/s390/kvm/kvm-s390.h
+++ b/
arch/s390/kvm/kvm-s390.h
@@
-19,9
+19,6
@@
#include <linux/kvm.h>
#include <linux/kvm_host.h>
-/* The current code can have up to 256 pages for virtio */
-#define VIRTIODESCSPACE (256ul * 4096ul)
-
typedef int (*intercept_handler_t)(struct kvm_vcpu *vcpu);
/* declare vfacilities extern */