diff options
author | Andre Przywara <andre.przywara@arm.com> | 2016-04-13 09:43:59 +0100 |
---|---|---|
committer | Christoffer Dall <christoffer.dall@linaro.org> | 2016-05-20 15:39:37 +0200 |
commit | 7cbc084dc22ca4adb8fd741502e43f29b577abfb (patch) | |
tree | b11966f5b6013293ee14e1440cddf5edcc983239 | |
parent | e4fe9e7dc3828bf6a5714eb3c55aef6260d823a2 (diff) |
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>