commit | 986af8e0789a41ac4844e6eefed4a33e86524918 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Thu Aug 29 11:08:22 2013 +0100 |
committer | Gleb Natapov <gleb@redhat.com> | Fri Aug 30 16:03:07 2013 +0300 |
tree | 1f4471fa52051d9fce4077c53bbc25ad0debda62 | |
parent | a9f6cf965e00dd3370229417675eb0127d580f96 [diff] |
ARM: KVM: vgic: simplify vgic_get_target_reg vgic_get_target_reg is quite complicated, for no good reason. Actually, it is fairly easy to write it in a much more efficient way by using the target CPU array instead of the bitmap. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> Signed-off-by: Gleb Natapov <gleb@redhat.com>