ARM: highbank: mask cluster id from cpu_logical_map
authorRob Herring <rob.herring@calxeda.com>
Thu, 31 Jan 2013 19:28:42 +0000 (13:28 -0600)
committerRob Herring <rob.herring@calxeda.com>
Thu, 31 Jan 2013 19:54:30 +0000 (13:54 -0600)
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>

No differences found