commit | 1bb3691d8330f09a0699c124fcb71991b5fd105b | [log] [tgz] |
---|---|---|
author | Marc Zyngier <maz@kernel.org> | Mon Mar 18 12:45:22 2019 +0000 |
committer | Marc Zyngier <maz@kernel.org> | Sun Aug 18 18:38:39 2019 +0100 |
tree | f2ae436cfe49dff4ddca186e0e9397ba2fb0f72e | |
parent | 24cab82c34aa6f3ede3de1d8621624cb5ef33feb [diff] |
KVM: arm/arm64: vgic: Add __vgic_put_lpi_locked primitive Our LPI translation cache needs to be able to drop the refcount on an LPI whilst already holding the lpi_list_lock. Let's add a new primitive for this. Tested-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Eric Auger <eric.auger@redhat.com> Signed-off-by: Marc Zyngier <maz@kernel.org>