]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: MIPS: Fix VPN2_MASK definition for variable cpu_vmbits
authorXing Li <lixing@loongson.cn>
Sat, 23 May 2020 07:56:29 +0000 (15:56 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 4 Jun 2020 17:48:41 +0000 (13:48 -0400)
commite72f70a481f996fccac16c4ef7481aef887dd146
tree48da324adbe74d2ae50542dab85ed865e14faac4
parent4d7f19f99fb26391f401b5e5b455c7bb9d013006
KVM: MIPS: Fix VPN2_MASK definition for variable cpu_vmbits

If a CPU support more than 32bit vmbits (which is true for 64bit CPUs),
VPN2_MASK set to fixed 0xffffe000 will lead to a wrong EntryHi in some
functions such as _kvm_mips_host_tlb_inv().

The cpu_vmbits definition of 32bit CPU in cpu-features.h is 31, so we
still use the old definition.

Cc: Stable <stable@vger.kernel.org>
Reviewed-by: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
Signed-off-by: Xing Li <lixing@loongson.cn>
[Huacai: Improve commit messages]
Signed-off-by: Huacai Chen <chenhc@lemote.com>
Message-Id: <1590220602-3547-3-git-send-email-chenhc@lemote.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/mips/include/asm/kvm_host.h