]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
KVM: ARM: VGIC: Optimize the vGIC vgic_update_irq_pending function.
authorwanghaibin <wanghaibin.wang@huawei.com>
Mon, 17 Nov 2014 09:27:37 +0000 (09:27 +0000)
committerMarc Zyngier <marc.zyngier@arm.com>
Tue, 25 Nov 2014 13:57:26 +0000 (13:57 +0000)
commit7d39f9e32c761abaa84bef7c4a4d9349ba8638e0
treec00ec04a8e2c218aa2f38304cdc0b0ba9ef13246
parentf62c95fd4041d669159dd76ac0bb2a7f86b5b05d
KVM: ARM: VGIC: Optimize the vGIC vgic_update_irq_pending function.

When vgic_update_irq_pending with level-sensitive false, it is need to
deactivates an interrupt, and, it can go to out directly.
Here return a false value, because it will be not need to kick.

Signed-off-by: wanghaibin <wanghaibin.wang@huawei.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
virt/kvm/arm/vgic.c