]> www.infradead.org Git - users/jedix/linux-maple.git/commit
KVM: arm64: Drop useless struct s2_mmu in __kvm_at_s1e2()
authorMarc Zyngier <maz@kernel.org>
Wed, 23 Oct 2024 14:53:12 +0000 (15:53 +0100)
committerOliver Upton <oliver.upton@linux.dev>
Thu, 31 Oct 2024 02:42:29 +0000 (02:42 +0000)
commita5c870d0939b7a878edacb70831b8b32cbfed593
tree1c9a88f0319a75ecd122c95e12accb84b6935260
parent4ecda4c67961234e634295334fe69aea574c8e61
KVM: arm64: Drop useless struct s2_mmu in __kvm_at_s1e2()

__kvm_at_s1e2() contains the definition of an s2_mmu for the
current context, but doesn't make any use of it. Drop it.

Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20241023145345.1613824-5-maz@kernel.org
Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
arch/arm64/kvm/at.c