diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2022-08-19 04:04:28 -0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2022-08-19 04:05:26 -0400 |
commit | b075450868dbc0950f0942617f222eeb989cad10 (patch) | |
tree | ae06140fd29e3471df1ef99844d442aad004b087 | |
parent | c2b823970192882fe033d0d9f919003747d3e26f (diff) | |
download | linux-b075450868dbc0950f0942617f222eeb989cad10.tar.gz linux-b075450868dbc0950f0942617f222eeb989cad10.tar.bz2 linux-b075450868dbc0950f0942617f222eeb989cad10.zip |
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 <pbonzini@redhat.com>
-rw-r--r-- | arch/mips/include/asm/kvm_host.h | 2 |
1 files changed, 0 insertions, 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 |