Hi Simon,
-----"Simon Glass" <s...@chromium.org> schrieb: ----- > Betreff: [PATCH 14/22] 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 <s...@chromium.org> > --- > > arch/x86/cpu/cpu.c | 5 +++++ > arch/x86/cpu/mp_init.c | 18 ++++++++++++++++++ > arch/x86/include/asm/mp.h | 17 +++++++++++++++++ > 3 files changed, 40 insertions(+) > Reviewed-by: Wolfgang Wallner <wolfgang.wall...@br-automation.com>