commit | 0b3136c2e83112770aae8ee499f6dacc7a2651c5 | [log] [tgz] |
---|---|---|
author | Jaxson Han <jaxson.han@arm.com> | Thu May 18 22:17:06 2023 +0800 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue May 30 10:14:55 2023 +0200 |
tree | 48cbb005c92300cce35c48fa49134e0c63b9b622 | |
parent | f03a4cec57920fd62d7e82721834a400ab9aa643 [diff] |
arch: arm64: Add cpu_map to map cpu id and mpid cpu_node_list does not hold the corrent mapping of cpu id and mpid when core booting sequence does not follow the DTS cpu node sequence. This will cause an issue that sgi cannot deliver to the right target. Add the cpu_map array to hold the corrent mapping between cpu id and mpid. Signed-off-by: Jaxson Han <jaxson.han@arm.com>