
14 Jun
2020
14 Jun
'20
6:59 p.m.
Set this flag so we can track when it is safe to use CPUs other than the main one.
Signed-off-by: Simon Glass sjg@chromium.org Reviewed-by: Wolfgang Wallner wolfgang.wallner@br-automation.com ---
(no changes since v1)
arch/x86/cpu/mp_init.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/arch/x86/cpu/mp_init.c b/arch/x86/cpu/mp_init.c index 673fdc9628..b0df7a3965 100644 --- a/arch/x86/cpu/mp_init.c +++ b/arch/x86/cpu/mp_init.c @@ -643,6 +643,7 @@ int mp_init(void) debug("CPU init failed: err=%d\n", ret); return ret; } + gd->flags |= GD_FLG_SMP_INIT;
return 0; }
--
2.27.0.290.gba653c62da-goog