Skip to content

Commit b075450

Browse files
committed
KVM: MIPS: remove unnecessary definition of KVM_PRIVATE_MEM_SLOTS
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 <[email protected]>
1 parent c2b8239 commit b075450

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/mips/include/asm/kvm_host.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@
8484

8585

8686
#define KVM_MAX_VCPUS 16
87-
/* memory slots that does not exposed to userspace */
88-
#define KVM_PRIVATE_MEM_SLOTS 0
8987

9088
#define KVM_HALT_POLL_NS_DEFAULT 500000
9189

0 commit comments

Comments
 (0)