diff options
author | Simon Glass <sjg@chromium.org> | 2020-07-17 08:48:13 -0600 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2020-07-20 09:46:44 +0800 |
commit | 77a5e2d3bc61f65336924d59a08ebe233b46a545 (patch) | |
tree | ff41f0d9e6b634a30b1014d959b7db935f7889d3 /arch/x86/cpu/start_from_spl.S | |
parent | 36c184bd0a6b73ae3a3ca096a7d04e45c5301e14 (diff) | |
download | u-boot-77a5e2d3bc61f65336924d59a08ebe233b46a545.tar.gz u-boot-77a5e2d3bc61f65336924d59a08ebe233b46a545.tar.xz u-boot-77a5e2d3bc61f65336924d59a08ebe233b46a545.zip |
x86: mp_init: Set up the CPU numbers at the start
At present each CPU is given a number when it starts itself up. While this
saves a tiny amount of time by doing the device-tree read in parallel, it
is confusing that the numbering happens on the fly.
Move this code into mp_init() and do it at the start.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/cpu/start_from_spl.S')
0 files changed, 0 insertions, 0 deletions