Skip to content
Commit c5332898 authored by Marc Zyngier's avatar Marc Zyngier
Browse files

KVM: arm64: Descope kvm_arm_sys_reg_{get,set}_reg()



Having kvm_arm_sys_reg_get_reg and co in kvm_host.h gives the
impression that these functions are free to be called from
anywhere.

Not quite. They really are tied to out internal sysreg handling,
and they would be better off in the sys_regs.h header, which is
private. kvm_host.h could also get a bit of a diet, so let's
just do that.

Signed-off-by: default avatarMarc Zyngier <maz@kernel.org>
parent f6dddbb2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment