KVM: Prepare memslot data structures for multiple hugepage sizes
[deliverable/linux.git] / arch / ia64 / include / asm / kvm_host.h
index 9cf1c4b1f92fe2e2b5dd835863724da7bd2ce2b9..d9b6325a93282b77ea7c0362530ae5fafe602fe1 100644 (file)
@@ -235,7 +235,8 @@ struct kvm_vm_data {
 #define KVM_REQ_PTC_G          32
 #define KVM_REQ_RESUME         33
 
-#define KVM_PAGES_PER_HPAGE    1
+#define KVM_NR_PAGE_SIZES      1
+#define KVM_PAGES_PER_HPAGE(x) 1
 
 struct kvm;
 struct kvm_vcpu;
This page took 0.02447 seconds and 5 git commands to generate.