commit | b1e952b4e484ebc9ffad674c361d261a1af02a13 | [log] [tgz] |
---|---|---|
author | Christoffer Dall <christoffer.dall@linaro.org> | Mon Nov 24 10:41:56 2014 +0100 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Tue Nov 25 13:57:28 2014 +0000 |
tree | 24833551fcd373823e983c4c220251d6591c028c | |
parent | 5100f9833e1881c800bc088e70afa4b9a1409f51 [diff] |
arm/arm64: vgic: Remove unreachable irq_clear_pending When 'injecting' an edge-triggered interrupt with a falling edge we shouldn't clear the pending state on the distributor. In fact, we don't, because the check in vgic_validate_injection would prevent us from ever reaching this bit of code. Remove the unreachable snippet. Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>