diff options
author | Nicholas Piggin <npiggin@gmail.com> | 2021-05-28 19:07:41 +1000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2021-06-10 22:12:14 +1000 |
commit | 2e1ae9cd56f8616a707185f3c6cb7ee2a20809e1 (patch) | |
tree | 820ef3667a86af583ace51c09976380cf92dd23f /arch/powerpc/kvm/book3s_rtas.c | |
parent | 41f779917669fcc28a7f5646d1f7a85043c9d152 (diff) |
KVM: PPC: Book3S HV: Implement radix prefetch workaround by disabling MMU
Rather than partition the guest PID space + flush a rogue guest PID to
work around this problem, instead fix it by always disabling the MMU when
switching in or out of guest MMU context in HV mode.
This may be a bit less efficient, but it is a lot less complicated and
allows the P9 path to trivally implement the workaround too. Newer CPUs
are not subject to this issue.
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210528090752.3542186-22-npiggin@gmail.com
Diffstat (limited to 'arch/powerpc/kvm/book3s_rtas.c')
0 files changed, 0 insertions, 0 deletions