summaryrefslogtreecommitdiff
path: root/arch/ia64
diff options
context:
space:
mode:
authorChristoffer Dall <christoffer.dall@linaro.org>2013-10-02 21:22:32 (GMT)
committerMatthew Weigel <Matthew.Weigel@freescale.com>2014-12-11 18:39:52 (GMT)
commitfeb830e64f791d26e63bfe8cea72ef572b80833e (patch)
treeb32cfd8aaed19770a9c54fa75fc7c9b18568a085 /arch/ia64
parente77ad9ec220cb044913c74cc0cd6c88852fc9895 (diff)
downloadlinux-fsl-qoriq-feb830e64f791d26e63bfe8cea72ef572b80833e.tar.xz
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> (cherry picked from commit bbba7938d181bdd0b02a5fbbc7b7391b1d8f44e7) Signed-off-by: Diana Craciun <Diana.Craciun@freescale.com> Change-Id: I4350d56598097538f842c5022e9a56e2da9474d0 Reviewed-on: http://git.am.freescale.net:8181/22048 Tested-by: Review Code-CDREVIEW <CDREVIEW@freescale.com> Reviewed-by: Zhengxiong Jin <Jason.Jin@freescale.com>
Diffstat (limited to 'arch/ia64')
-rw-r--r--arch/ia64/include/asm/kvm_host.h4
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 989dd3f..95a3ff9 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;