From: Marc Zyngier Date: Fri, 15 Feb 2013 19:20:07 +0000 (+0000) Subject: ARM: KVM: Rename KVM_MEMORY_SLOTS -> KVM_USER_MEM_SLOTS X-Git-Tag: upstream/snapshot3+hdmi~5655^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2b5e1e474fd7b0f2540a052d15465ba953dd30b1;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git ARM: KVM: Rename KVM_MEMORY_SLOTS -> KVM_USER_MEM_SLOTS Commit bbacc0c (KVM: Rename KVM_MEMORY_SLOTS -> KVM_USER_MEM_SLOTS) broke KVM/ARM by changing a global #define. Apply the same change to fix the compilation breakage. Signed-off-by: Marc Zyngier Signed-off-by: Gleb Natapov --- diff --git a/arch/arm/include/asm/kvm_host.h b/arch/arm/include/asm/kvm_host.h index dfe9886..d1736a5 100644 --- a/arch/arm/include/asm/kvm_host.h +++ b/arch/arm/include/asm/kvm_host.h @@ -26,7 +26,7 @@ #include #define KVM_MAX_VCPUS CONFIG_KVM_ARM_MAX_VCPUS -#define KVM_MEMORY_SLOTS 32 +#define KVM_USER_MEM_SLOTS 32 #define KVM_PRIVATE_MEM_SLOTS 4 #define KVM_COALESCED_MMIO_PAGE_OFFSET 1 #define KVM_HAVE_ONE_REG