]> git.ipfire.org Git - people/arne_f/kernel.git/commit
KVM: arm/arm64: vgic: streamline vgic_update_irq_pending() interface
authorAndre Przywara <andre.przywara@arm.com>
Wed, 13 Apr 2016 08:43:59 +0000 (09:43 +0100)
committerChristoffer Dall <christoffer.dall@linaro.org>
Fri, 20 May 2016 13:39:37 +0000 (15:39 +0200)
commit7cbc084dc22ca4adb8fd741502e43f29b577abfb
treeb11966f5b6013293ee14e1440cddf5edcc983239
parente4fe9e7dc3828bf6a5714eb3c55aef6260d823a2
KVM: arm/arm64: vgic: streamline vgic_update_irq_pending() interface

We actually don't use the irq_phys_map parameter in
vgic_update_irq_pending(), so let's just remove it.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Eric Auger <eric.auger@linaro.org>
Reviewed-by: Christoffer Dall <christoffer.dall@linaro.org>
virt/kvm/arm/vgic.c