From: Marc Zyngier Date: Fri, 18 Oct 2013 17:19:03 +0000 (+0100) Subject: arm/arm64: KVM: PSCI: use MPIDR to identify a target CPU X-Git-Tag: v3.13-rc1~80^2~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79c648806f9034abf54332b78043bb242189d953;p=pandora-kernel.git arm/arm64: KVM: PSCI: use MPIDR to identify a target CPU The KVM PSCI code blindly assumes that vcpu_id and MPIDR are the same thing. This is true when vcpus are organized as a flat topology, but is wrong when trying to emulate any other topology (such as A15 clusters). Change the KVM PSCI CPU_ON code to look at the MPIDR instead of the vcpu_id to pick a target CPU. Signed-off-by: Marc Zyngier Signed-off-by: Christoffer Dall --- Reading git-diff-tree failed