Re: [PATCH 12/22] x86: Set the SMP flag when MP init is complete

2020-06-10 Thread Wolfgang Wallner
Hi Simon, -"Simon Glass" schrieb: - > Betreff: [PATCH 12/22] x86: Set the SMP flag when MP init is complete > > Set this flag so we can track when it is safe to use CPUs other than the > main one. > > Signed-off-by: Simon Glass > --- > > a

[PATCH 12/22] x86: Set the SMP flag when MP init is complete

2020-05-21 Thread Simon Glass
Set this flag so we can track when it is safe to use CPUs other than the main one. Signed-off-by: Simon Glass --- 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 c424f283807..139e9749e74 100644 ---