aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include
diff options
context:
space:
mode:
authorChristoffer Dall <christoffer.dall@linaro.org>2013-10-02 14:22:31 -0700
committerGleb Natapov <gleb@redhat.com>2013-10-14 10:12:08 +0300
commit015e0513a07467b34bb3a466ec5f5156765770dc (patch)
treed2107a7526ea50302971aa9001304081be4dd0f8 /arch/mips/include
parentKVM: arm64: Get rid of KVM_HPAGE defines (diff)
downloadlinux-dev-015e0513a07467b34bb3a466ec5f5156765770dc.tar.xz
linux-dev-015e0513a07467b34bb3a466ec5f5156765770dc.zip
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>
Diffstat (limited to 'arch/mips/include')
-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 4d6fa0bf1305..32966969f2f9 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 */