LoongArch: KVM: Remove unnecessary definition of KVM_PRIVATE_MEM_SLOTS
authorYuli Wang <wangyuli@uniontech.com>
Wed, 7 Aug 2024 09:37:14 +0000 (17:37 +0800)
committerHuacai Chen <chenhuacai@loongson.cn>
Wed, 7 Aug 2024 09:37:14 +0000 (17:37 +0800)
commit296b03ce389b4f7b3d7ea5664e53d432fb17e745
tree9390243676a1be0cd71564c7ac895dda95ce56ed
parent4574815abf43e2bf05643e1b3f7a2e5d6df894f0
LoongArch: KVM: Remove unnecessary definition of KVM_PRIVATE_MEM_SLOTS

1. "KVM_PRIVATE_MEM_SLOTS" is renamed as "KVM_INTERNAL_MEM_SLOTS".

2. "KVM_INTERNAL_MEM_SLOTS" defaults to zero, so it is not necessary to
define it in LoongArch's asm/kvm_host.h.

Link: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=bdd1c37a315bc50ab14066c4852bc8dcf070451e
Link: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=b075450868dbc0950f0942617f222eeb989cad10
Reviewed-by: Bibo Mao <maobibo@loongson.cn>
Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
Signed-off-by: Yuli Wang <wangyuli@uniontech.com>
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
arch/loongarch/include/asm/kvm_host.h