From: Sudeep KarkadaNagesha Date: Mon, 17 Jun 2013 13:20:00 +0000 (+0100) Subject: ARM: topology: remove hwid/MPIDR dependency from cpu_capacity X-Git-Tag: v3.12-rc1~178^2~4^2^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=816a8de0017f16c32e747abc5367bf379515b20a;p=pandora-kernel.git ARM: topology: remove hwid/MPIDR dependency from cpu_capacity Currently the topology code computes cpu capacity and stores it in the list along with hwid(which is MPIDR) as it parses the CPU nodes in the device tree. This is required as it needs to be mapped to the logical CPU later. Since the CPU device nodes can be retrieved in the logical ordering using DT/OF helpers, its possible to store cpu_capacity also in logical ordering and avoid storing hwid for each entry. This patch removes hwid by making use of of_get_cpu_node. Cc: Russell King Cc: Lorenzo Pieralisi Acked-by: Rob Herring Acked-by: Nicolas Pitre Signed-off-by: Sudeep KarkadaNagesha --- Reading git-diff-tree failed