diff options
author | Linu Cherian <linu.cherian@cavium.com> | 2017-03-08 11:38:34 +0530 |
---|---|---|
committer | Marc Zyngier <marc.zyngier@arm.com> | 2017-03-09 09:13:45 +0000 |
commit | 3e92f94a3b8e925a6dd7ec88a5794b2084b5fb65 (patch) | |
tree | 0f0d069779d2d7867bd74a2f2cfcd84618f7fb11 /arch/arm/include | |
parent | 7af4df85796589e60a2dfc0f821eca0c4bbce4d2 (diff) | |
download | blackbird-obmc-linux-3e92f94a3b8e925a6dd7ec88a5794b2084b5fb65.tar.gz blackbird-obmc-linux-3e92f94a3b8e925a6dd7ec88a5794b2084b5fb65.zip |
KVM: arm/arm64: Remove KVM_PRIVATE_MEM_SLOTS definition that are unused
arm/arm64 architecture doesnt use private memslots, hence removing
KVM_PRIVATE_MEM_SLOTS macro definition.
Reviewed-by: Christoffer Dall <cdall@linaro.org>
Signed-off-by: Linu Cherian <linu.cherian@cavium.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'arch/arm/include')
-rw-r--r-- | arch/arm/include/asm/kvm_host.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/include/asm/kvm_host.h b/arch/arm/include/asm/kvm_host.h index cc495d799c67..31ee468ce667 100644 --- a/arch/arm/include/asm/kvm_host.h +++ b/arch/arm/include/asm/kvm_host.h @@ -30,7 +30,6 @@ #define __KVM_HAVE_ARCH_INTC_INITIALIZED #define KVM_USER_MEM_SLOTS 32 -#define KVM_PRIVATE_MEM_SLOTS 4 #define KVM_COALESCED_MMIO_PAGE_OFFSET 1 #define KVM_HAVE_ONE_REG #define KVM_HALT_POLL_NS_DEFAULT 500000 |