Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Christoffer Dall and committed by
Gleb Natapov
015e0513 ef0cfe71

-7
-7
arch/mips/include/asm/kvm_host.h
··· 27 27 28 28 #define KVM_COALESCED_MMIO_PAGE_OFFSET 1 29 29 30 - /* Don't support huge pages */ 31 - #define KVM_HPAGE_GFN_SHIFT(x) 0 32 - 33 - /* We don't currently support large pages. */ 34 - #define KVM_NR_PAGE_SIZES 1 35 - #define KVM_PAGES_PER_HPAGE(x) 1 36 - 37 30 38 31 39 32 /* Special address that contains the comm page, used for reducing # of traps */