diff options
author | Christoffer Dall <christoffer.dall@linaro.org> | 2013-10-02 17:22:32 -0400 |
---|---|---|
committer | Gleb Natapov <gleb@redhat.com> | 2013-10-14 03:12:09 -0400 |
commit | bbba7938d181bdd0b02a5fbbc7b7391b1d8f44e7 (patch) | |
tree | aad264c0cd5635693a289a5b337406834a39518a /arch/ia64 | |
parent | 015e0513a07467b34bb3a466ec5f5156765770dc (diff) |
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 { | |||
234 | #define KVM_REQ_PTC_G 32 | 234 | #define KVM_REQ_PTC_G 32 |
235 | #define KVM_REQ_RESUME 33 | 235 | #define KVM_REQ_RESUME 33 |
236 | 236 | ||
237 | #define KVM_HPAGE_GFN_SHIFT(x) 0 | ||
238 | #define KVM_NR_PAGE_SIZES 1 | ||
239 | #define KVM_PAGES_PER_HPAGE(x) 1 | ||
240 | |||
241 | struct kvm; | 237 | struct kvm; |
242 | struct kvm_vcpu; | 238 | struct kvm_vcpu; |
243 | 239 | ||