From: Rob Herring Date: Thu, 31 Jan 2013 19:26:29 +0000 (-0600) Subject: ARM: scu: mask cluster id from cpu_logical_map X-Git-Tag: v3.8~16^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7d5b93e9834f0e6cf21828a6fbf45ac440cf364;p=pandora-kernel.git ARM: scu: mask cluster id from cpu_logical_map With commit a0ae0240 (ARM: kernel: add device tree init map function), the cpu id value may include the cluster id and is no longer 0-3, so we need to mask it in scu_power_mode to get the local cpu number. Since we are only dealing with the cpu we are running on, the cluster id should not ever be needed. Signed-off-by: Rob Herring --- Reading git-diff-tree failed