summaryrefslogtreecommitdiff
path: root/arch/mips
diff options
context:
space:
mode:
authorChristoffer Dall <christoffer.dall@linaro.org>2013-10-02 21:22:31 (GMT)
committerMatthew Weigel <Matthew.Weigel@freescale.com>2014-12-11 18:39:52 (GMT)
commite77ad9ec220cb044913c74cc0cd6c88852fc9895 (patch)
tree89b7d5034dd0d2411d6ad38d97ca2786ceeacace /arch/mips
parent73fde6e67f1ffc93fec67872c80e7182c91a1fc5 (diff)
downloadlinux-fsl-qoriq-e77ad9ec220cb044913c74cc0cd6c88852fc9895.tar.xz
KVM: mips: 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 015e0513a07467b34bb3a466ec5f5156765770dc) Signed-off-by: Diana Craciun <Diana.Craciun@freescale.com> Change-Id: I0d1857814eb76415cdee4cd843d7aad3e39741bf Reviewed-on: http://git.am.freescale.net:8181/22047 Tested-by: Review Code-CDREVIEW <CDREVIEW@freescale.com> Reviewed-by: Zhengxiong Jin <Jason.Jin@freescale.com>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/include/asm/kvm_host.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/mips/include/asm/kvm_host.h b/arch/mips/include/asm/kvm_host.h
index 4d6fa0b..3296696 100644
--- a/arch/mips/include/asm/kvm_host.h
+++ b/arch/mips/include/asm/kvm_host.h
@@ -27,13 +27,6 @@
#define KVM_COALESCED_MMIO_PAGE_OFFSET 1
-/* Don't support huge pages */
-#define KVM_HPAGE_GFN_SHIFT(x) 0
-
-/* We don't currently support large pages. */
-#define KVM_NR_PAGE_SIZES 1
-#define KVM_PAGES_PER_HPAGE(x) 1
-
/* Special address that contains the comm page, used for reducing # of traps */