]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: ARM: Get rid of KVM_HPAGE defines
authorChristoffer Dall <christoffer.dall@linaro.org>
Wed, 2 Oct 2013 21:22:29 +0000 (14:22 -0700)
committerGleb Natapov <gleb@redhat.com>
Mon, 14 Oct 2013 07:11:56 +0000 (10:11 +0300)
commit7362f12a2a056ffc9824291b3884230bba0fd050
tree78403ecebc71fc952dc1481175cdb289007cb61e
parent7db02c70576df8041e4e462837969515364843da
KVM: ARM: Get rid of KVM_HPAGE defines

The KVM_HPAGE_DEFINES are a little artificial on ARM, since the huge
page size is statically defined at compile time and there is only a
single huge page size.

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>
arch/arm/include/asm/kvm_host.h