Skip to content
Commit 8cd1a0cf authored by Bin Meng's avatar Bin Meng
Browse files

x86: qemu: Fix broken multi-core boot



Unfortunately the multi-core boot for QEMU x86 has been broken since
commit 77a5e2d3 ("x86: mp_init: Set up the CPU numbers at the start").

In order to support QEMU x86 multi-core boot, the /cpus node must be
bound before any actual fix up in qemu_cpu_fixup(). This adds the
uclass_get() call to ensure this, just like what was done before.

Fixes: 77a5e2d3 ("x86: mp_init: Set up the CPU numbers at the start")
Signed-off-by: default avatarBin Meng <bmeng.cn@gmail.com>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent fdcb93e1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment