]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
KVM: ia64: Get rid of KVM_HPAGE defines
authorChristoffer Dall <christoffer.dall@linaro.org>
Wed, 2 Oct 2013 21:22:32 +0000 (14:22 -0700)
committerGleb Natapov <gleb@redhat.com>
Mon, 14 Oct 2013 07:12:09 +0000 (10:12 +0300)
Now when the main kvm code relying on these defines has been moved to
the x86 specific part of the world, we can get rid of these.

Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: Gleb Natapov <gleb@redhat.com>
arch/ia64/include/asm/kvm_host.h

index 989dd3fe8de19d9fc40de248f5788f359eb3ebc6..95a3ff93777c0658729138da3404c03adbc59028 100644 (file)
@@ -234,10 +234,6 @@ struct kvm_vm_data {
 #define KVM_REQ_PTC_G          32
 #define KVM_REQ_RESUME         33
 
-#define KVM_HPAGE_GFN_SHIFT(x) 0
-#define KVM_NR_PAGE_SIZES      1
-#define KVM_PAGES_PER_HPAGE(x) 1
-
 struct kvm;
 struct kvm_vcpu;