diff options
author | Xing Li <[email protected]> | 2020-05-23 15:56:29 +0800 |
---|---|---|
committer | Paolo Bonzini <[email protected]> | 2020-06-04 13:48:41 -0400 |
commit | 5816c76dea116a458f1932eefe064e35403248eb (patch) | |
tree | 48da324adbe74d2ae50542dab85ed865e14faac4 /scripts/gen_compile_commands.py | |
parent | fe2b73dba47fb6d6922df1ad44e83b1754d5ed4d (diff) |
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 <[email protected]>
Reviewed-by: Aleksandar Markovic <[email protected]>
Signed-off-by: Xing Li <[email protected]>
[Huacai: Improve commit messages]
Signed-off-by: Huacai Chen <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
Diffstat (limited to 'scripts/gen_compile_commands.py')
0 files changed, 0 insertions, 0 deletions