commit | 63fc1370c19052fa5bec9593557431efc7ecc9fe | [log] [tgz] |
---|---|---|
author | Rob Herring <rob.herring@calxeda.com> | Thu Jan 31 13:28:42 2013 -0600 |
committer | Rob Herring <rob.herring@calxeda.com> | Thu Jan 31 13:54:30 2013 -0600 |
tree | 9ca7a80d3ae04ae9d0c4f166eb15d57eb6f4d268 | |
parent | c7d5b93e9834f0e6cf21828a6fbf45ac440cf364 [diff] |
ARM: highbank: 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 now to get the right hard cpu index. Signed-off-by: Rob Herring <rob.herring@calxeda.com>