commit | 3c1cceeb3d2879d98eda7afd62838fde7b0f920d | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Mon Oct 09 13:17:43 2017 +0100 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Thu Oct 19 11:22:42 2017 +0100 |
tree | 3b8a98951bbc9f12b5a85a7406a16aad603deadd | |
parent | 2247e1bf70639642b1c1375aa9176ccd95736400 [diff] |
irqchip/gic-v3-its: Only send VINVALL to a single ITS Sending VINVALL to all ITSs is completely pointless, as all we're trying to achieve is to tell the redistributor that the property table for this VPE should be invalidated. Let's issue the command on the first valid ITS and be done with it. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>