]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
KVM: arm64: sve: Use __vcpu_sys_reg() instead of raw sys_regs access
authorMarc Zyngier <maz@kernel.org>
Thu, 4 Jul 2019 16:25:09 +0000 (17:25 +0100)
committerMarc Zyngier <maz@kernel.org>
Tue, 7 Jul 2020 08:28:37 +0000 (09:28 +0100)
commit308472c69213cea9b22a2156a19ea9ec06ea3bc1
tree549eff9de3af468920a84cc6bd1060065ae70531
parent71071acfd392c51d9c0b286067033534b59f6be4
KVM: arm64: sve: Use __vcpu_sys_reg() instead of raw sys_regs access

Now that we have a wrapper for the sysreg accesses, let's use that
consistently.

Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/kvm/fpsimd.c