Re: [PATCH v2 05/25] x86: mp_init: Drop the num_cpus static variable

2020-06-27 Thread Bin Meng
Hi Simon, On Mon, Jun 15, 2020 at 1:00 AM Simon Glass wrote: > > This does not need to be global across all functions in this file. Pass a > parameter instead. > > Signed-off-by: Simon Glass > Reviewed-by: Wolfgang Wallner > --- > > (no changes since v1) > > arch/x86/cpu/mp_init.c | 22 +++

[PATCH v2 05/25] x86: mp_init: Drop the num_cpus static variable

2020-06-14 Thread Simon Glass
This does not need to be global across all functions in this file. Pass a parameter instead. Signed-off-by: Simon Glass Reviewed-by: Wolfgang Wallner --- (no changes since v1) arch/x86/cpu/mp_init.c | 22 +++--- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/ar