From: Christoffer Dall Date: Wed, 2 Oct 2013 21:22:29 +0000 (-0700) Subject: KVM: ARM: Get rid of KVM_HPAGE defines X-Git-Tag: v3.13-rc1~80^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc6f6763dfeaf2dfec906bb78875dcea162accd9;p=pandora-kernel.git 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 Signed-off-by: Gleb Natapov --- Reading git-diff-tree failed