commit | d6257288c4052465feeff7e283e35ec0ed06ca03 | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Tue Aug 23 22:19:29 2011 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Oct 17 09:02:43 2011 +0100 |
tree | e9dbc251dfb47716d592681d228bda73a3a63121 | |
parent | c9018aab8eee24b993c12c7aff7fc99d3d73f298 [diff] |
ARM: 7060/1: smp: populate logical CPU mapping during boot To allow booting Linux on a CPU with physical ID != 0, we need to provide a mapping from the logical CPU number to the physical CPU number. This patch adds such a mapping and populates it during boot. Signed-off-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>