]> www.infradead.org Git - users/dwmw2/linux.git/commit
RISC-V: KVM: Fix csr_write -> csr_set for HVIEN PMU overflow bit
authorMichael Neuling <michaelneuling@tenstorrent.com>
Wed, 27 Nov 2024 04:18:40 +0000 (04:18 +0000)
committerAnup Patel <anup@brainfault.org>
Fri, 6 Dec 2024 13:12:38 +0000 (18:42 +0530)
commitea6398a5af81e3e7fb3da5d261694d479a321fd9
tree9efe222259944c509958137b4461e7ece0381a02
parent40384c840ea1944d7c5a392e8975ed088ecf0b37
RISC-V: KVM: Fix csr_write -> csr_set for HVIEN PMU overflow bit

This doesn't cause a problem currently as HVIEN isn't used elsewhere
yet. Found by inspection.

Signed-off-by: Michael Neuling <michaelneuling@tenstorrent.com>
Fixes: 16b0bde9a37c ("RISC-V: KVM: Add perf sampling support for guests")
Reviewed-by: Atish Patra <atishp@rivosinc.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
Link: https://lore.kernel.org/r/20241127041840.419940-1-michaelneuling@tenstorrent.com
Signed-off-by: Anup Patel <anup@brainfault.org>
arch/riscv/kvm/aia.c