diff options
author | Christoffer Dall <christoffer.dall@linaro.org> | 2013-10-02 17:22:30 -0400 |
---|---|---|
committer | Gleb Natapov <gleb@redhat.com> | 2013-10-14 03:12:06 -0400 |
commit | ef0cfe71c2b1710cd4ae747537e36c56f9a26ccf (patch) | |
tree | 839903538a6dd9729746b91a049aacfc45a572f5 /arch/arm64 | |
parent | dc6f6763dfeaf2dfec906bb78875dcea162accd9 (diff) |
KVM: arm64: 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/arm64')
-rw-r--r-- | arch/arm64/include/asm/kvm_host.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm64/include/asm/kvm_host.h b/arch/arm64/include/asm/kvm_host.h index 0859a4ddd1e7..54c064f622aa 100644 --- a/arch/arm64/include/asm/kvm_host.h +++ b/arch/arm64/include/asm/kvm_host.h | |||
@@ -36,11 +36,6 @@ | |||
36 | 36 | ||
37 | #define KVM_VCPU_MAX_FEATURES 2 | 37 | #define KVM_VCPU_MAX_FEATURES 2 |
38 | 38 | ||
39 | /* We don't currently support large pages. */ | ||
40 | #define KVM_HPAGE_GFN_SHIFT(x) 0 | ||
41 | #define KVM_NR_PAGE_SIZES 1 | ||
42 | #define KVM_PAGES_PER_HPAGE(x) (1UL<<31) | ||
43 | |||
44 | struct kvm_vcpu; | 39 | struct kvm_vcpu; |
45 | int kvm_target_cpu(void); | 40 | int kvm_target_cpu(void); |
46 | int kvm_reset_vcpu(struct kvm_vcpu *vcpu); | 41 | int kvm_reset_vcpu(struct kvm_vcpu *vcpu); |