diff options
author | Oliver Upton <oliver.upton@linux.dev> | 2024-04-22 23:01:45 +0300 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2024-04-25 15:19:55 +0300 |
commit | 30a0ce9c4928640efd3112d01d432d0778878b7e (patch) | |
tree | a99b792ba387dbdf7d850d8f2a227b44653dc6c7 /arch/arm64/kvm/vgic/vgic.h | |
parent | 85d3ccc8b75bb5a443edb3c42fa22e97da2e60ec (diff) | |
download | linux-30a0ce9c4928640efd3112d01d432d0778878b7e.tar.xz |
KVM: arm64: vgic-its: Get rid of vgic_copy_lpi_list()
The last user has been transitioned to walking the LPI xarray directly.
Cut the wart off, and get rid of the now unneeded lpi_count while doing
so.
Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
Link: https://lore.kernel.org/r/20240422200158.2606761-7-oliver.upton@linux.dev
Signed-off-by: Marc Zyngier <maz@kernel.org>
Diffstat (limited to 'arch/arm64/kvm/vgic/vgic.h')
-rw-r--r-- | arch/arm64/kvm/vgic/vgic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/kvm/vgic/vgic.h b/arch/arm64/kvm/vgic/vgic.h index e0c77e1bd9f6..060dfd96b41f 100644 --- a/arch/arm64/kvm/vgic/vgic.h +++ b/arch/arm64/kvm/vgic/vgic.h @@ -331,7 +331,6 @@ static inline bool vgic_dist_overlap(struct kvm *kvm, gpa_t base, size_t size) } bool vgic_lpis_enabled(struct kvm_vcpu *vcpu); -int vgic_copy_lpi_list(struct kvm *kvm, struct kvm_vcpu *vcpu, u32 **intid_ptr); int vgic_its_resolve_lpi(struct kvm *kvm, struct vgic_its *its, u32 devid, u32 eventid, struct vgic_irq **irq); struct vgic_its *vgic_msi_to_its(struct kvm *kvm, struct kvm_msi *msi); |