[PATCH] KVM: MIPS: remove unnecessary definition of KVM_PRIVATE_MEM_SLOTS
From: Paolo Bonzini
Date: Fri Aug 19 2022 - 06:15:43 EST
KVM_PRIVATE_MEM_SLOTS defaults to zero, so it is not necessary to
define it in MIPS's asm/kvm_host.h.
Signed-off-by: Paolo Bonzini <pbonzini@xxxxxxxxxx>
---
arch/mips/include/asm/kvm_host.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/mips/include/asm/kvm_host.h b/arch/mips/include/asm/kvm_host.h
index 717716cc51c5..5cedb28e8a40 100644
--- a/arch/mips/include/asm/kvm_host.h
+++ b/arch/mips/include/asm/kvm_host.h
@@ -84,8 +84,6 @@
#define KVM_MAX_VCPUS 16
-/* memory slots that does not exposed to userspace */
-#define KVM_PRIVATE_MEM_SLOTS 0
#define KVM_HALT_POLL_NS_DEFAULT 500000
--
2.31.1