From: Andre Przywara Date: Wed, 17 Apr 2013 10:52:01 +0000 (+0200) Subject: ARM: KVM: iterate over all CPUs for CPU compatibility check X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~32^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4e071ce6acf8d5eddb7615a953193a8b0ad7c38;p=pandora-kernel.git ARM: KVM: iterate over all CPUs for CPU compatibility check kvm_target_cpus() checks the compatibility of the used CPU with KVM, which is currently limited to ARM Cortex-A15 cores. However by calling it only once on any random CPU it assumes that all cores are the same, which is not necessarily the case (for example in Big.Little). [ I cut some of the commit message and changed the formatting of the code slightly to pass checkpatch and look more like the rest of the kvm/arm init code - Christoffer ] Signed-off-by: Andre Przywara Signed-off-by: Christoffer Dall --- Reading git-diff-tree failed