]> git.ipfire.org Git - thirdparty/linux.git/commit
KVM: arm64: Pass the walk_info structure to compute_par_s1()
authorMarc Zyngier <maz@kernel.org>
Mon, 25 Aug 2025 13:48:32 +0000 (14:48 +0100)
committerMarc Zyngier <maz@kernel.org>
Sat, 20 Sep 2025 10:05:12 +0000 (11:05 +0100)
commite4bd479884a1353efd43aa950c996d333145642d
tree305fc8000b97956622ecd9959a73efcf3c6bc98f
parentdf1d0197a2b939e28321686cafaead4a183980fa
KVM: arm64: Pass the walk_info structure to compute_par_s1()

Instead of just passing the translation regime, pass the full
walk_info structure to compute_par_s1(). This will help further
chamges that will require it.

Reviewed-by: Oliver Upton <oliver.upton@linux.dev>
Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/kvm/at.c