diff options
author | 2025-06-03 08:08:23 +0100 | |
---|---|---|
committer | 2025-06-05 14:18:01 +0100 | |
commit | b61fae4ee120f337b8700dff43b2fd639f3bf6a5 (patch) | |
tree | 6b04a95260a1c9c534cb88222a8d98c813d02cae /tools/perf/scripts/python/export-to-postgresql.py | |
parent | KVM: arm64: Add RMW specific sysreg accessor (diff) | |
download | wireguard-linux-b61fae4ee120f337b8700dff43b2fd639f3bf6a5.tar.xz wireguard-linux-b61fae4ee120f337b8700dff43b2fd639f3bf6a5.zip |
KVM: arm64: Don't use __vcpu_sys_reg() to get the address of a sysreg
We are about to prevent the use of __vcpu_sys_reg() as a lvalue,
and getting the address of a rvalue is not a thing.
Update the couple of places where we do this to use the __ctxt_sys_reg()
accessor, which return the address of a register.
Reviewed-by: Miguel Luis <miguel.luis@oracle.com>
Reviewed-by: Oliver Upton <oliver.upton@linux.dev>
Link: https://lore.kernel.org/r/20250603070824.1192795-4-maz@kernel.org
Signed-off-by: Marc Zyngier <maz@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions