From: Haibin Wang Date: Thu, 10 Apr 2014 12:14:32 +0000 (+0100) Subject: KVM: ARM: vgic: Fix sgi dispatch problem X-Git-Tag: omap-for-v3.16/pm-signed~20^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91021a6c8ffdc55804dab5acdfc7de4f278b9ac3;p=pandora-kernel.git KVM: ARM: vgic: Fix sgi dispatch problem When dispatch SGI(mode == 0), that is the vcpu of VM should send sgi to the cpu which the target_cpus list. So, there must add the "break" to branch of case 0. Cc: # 3.10+ Signed-off-by: Haibin Wang Acked-by: Marc Zyngier Signed-off-by: Christoffer Dall --- Reading git-diff-tree failed