]> Git Repo - u-boot.git/commit - arch/x86/cpu/mp_init.c
x86: mp: Park CPUs before running the OS
authorSimon Glass <[email protected]>
Fri, 17 Jul 2020 14:48:20 +0000 (08:48 -0600)
committerBin Meng <[email protected]>
Mon, 20 Jul 2020 01:46:46 +0000 (09:46 +0800)
commit99a573fb326faf5a7bff50e4f9875f2066728d95
tree7a7efde7ccc0fce8c5ce88a4bbafe98d7647b0c0
parent84d3ed125ad91c5973c4a071be5eea913bea34e5
x86: mp: Park CPUs before running the OS

With the new MP features the CPUs are no-longer parked when the OS is run.
Fix this by calling a special function to park them, just before the OS is
started.

Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Wolfgang Wallner <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
arch/x86/cpu/cpu.c
arch/x86/cpu/mp_init.c
arch/x86/include/asm/mp.h
This page took 0.026889 seconds and 4 git commands to generate.