Re: [PATCH v2 04/25] x86: mp_init: Switch parameter names in start_aps()

2020-06-27 Thread Bin Meng
On Mon, Jun 15, 2020 at 1:00 AM Simon Glass wrote: > > These parameters are named differently from elsewhere in this file. Switch > them to avoid confusion. > > Also add comments to this function. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Add comments to explain what start_aps()

Re: [PATCH v2 04/25] x86: mp_init: Switch parameter names in start_aps()

2020-06-16 Thread Wolfgang Wallner
Hi Simon, > -"Simon Glass" schrieb: - > Betreff: [PATCH v2 04/25] x86: mp_init: Switch parameter names in start_aps() > > These parameters are named differently from elsewhere in this file. Switch > them to avoid confusion. > > Also add comments to th

[PATCH v2 04/25] x86: mp_init: Switch parameter names in start_aps()

2020-06-14 Thread Simon Glass
These parameters are named differently from elsewhere in this file. Switch them to avoid confusion. Also add comments to this function. Signed-off-by: Simon Glass --- Changes in v2: - Add comments to explain what start_aps() does arch/x86/cpu/mp_init.c | 25 +++-- 1 file c