commit | 008f7495cd77ddbc2668368926ba9da93e245419 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <maz@kernel.org> | Wed Aug 13 14:56:26 2025 +0100 |
committer | Marc Zyngier <maz@kernel.org> | Sun Aug 17 13:06:23 2025 +0100 |
tree | 62894d3f97de8e7d923e6b7276ee158772ae93a9 | |
parent | cd86ba85505a944ef3c17d39126b1dac4bc6a26b [diff] |
KVM: arm64: Remove __vcpu_{read,write}_sys_reg_{from,to}_cpu() There is no point having __vcpu_{read,write}_sys_reg_{from,to}_cpu() exposed to the rest of the kernel, as the only callers are in sys_regs.c. Move them where they below, which is another opportunity to simplify things a bit. Signed-off-by: Marc Zyngier <maz@kernel.org>