Skip to content
Commit c7d5b93e authored by Rob Herring's avatar Rob Herring
Browse files

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: default avatarRob Herring <rob.herring@calxeda.com>
parent eed88123
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment