From: wanghaibin Date: Mon, 17 Nov 2014 09:27:37 +0000 (+0000) Subject: KVM: ARM: VGIC: Optimize the vGIC vgic_update_irq_pending function. X-Git-Tag: omap-for-v3.20/drop-legacy-3517~40^2~2^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d39f9e32c761abaa84bef7c4a4d9349ba8638e0;p=pandora-kernel.git 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 Signed-off-by: Marc Zyngier --- Reading git-diff-tree failed