diff options
author | Christoffer Dall <christoffer.dall@linaro.org> | 2013-10-02 14:22:32 -0700 |
---|---|---|
committer | Gleb Natapov <gleb@redhat.com> | 2013-10-14 10:12:09 +0300 |
commit | bbba7938d181bdd0b02a5fbbc7b7391b1d8f44e7 (patch) | |
tree | aad264c0cd5635693a289a5b337406834a39518a /arch/ia64 | |
parent | 015e0513a07467b34bb3a466ec5f5156765770dc (diff) | |
download | blackbird-op-linux-bbba7938d181bdd0b02a5fbbc7b7391b1d8f44e7.tar.gz blackbird-op-linux-bbba7938d181bdd0b02a5fbbc7b7391b1d8f44e7.zip |
KVM: ia64: Get rid of KVM_HPAGE defines
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>
Diffstat (limited to 'arch/ia64')
-rw-r--r-- | arch/ia64/include/asm/kvm_host.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/ia64/include/asm/kvm_host.h b/arch/ia64/include/asm/kvm_host.h index 989dd3fe8de1..95a3ff93777c 100644 --- a/arch/ia64/include/asm/kvm_host.h +++ b/arch/ia64/include/asm/kvm_host.h @@ -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; |