Re: [PATCH v2 24/25] x86: mp: Add more comments to the module

2020-06-28 Thread Bin Meng
Hi Simon, On Mon, Jun 15, 2020 at 1:00 AM Simon Glass wrote: > > Add a description of how this module works and also some missing function > comments. > > Drop struct cpu_map since it is not used. "struct cpu_map" was already dropped in patch "[v2,10/25] x86: mp: Support APs waiting for

Re: [PATCH v2 24/25] x86: mp: Add more comments to the module

2020-06-16 Thread Wolfgang Wallner
Hi Simon, > -"Simon Glass" schrieb: - > Betreff: [PATCH v2 24/25] x86: mp: Add more comments to the module > > Add a description of how this module works and also some missing function > comments. Great to see more documenation :) > > Drop stru

[PATCH v2 24/25] x86: mp: Add more comments to the module

2020-06-14 Thread Simon Glass
Add a description of how this module works and also some missing function comments. Drop struct cpu_map since it is not used. Signed-off-by: Simon Glass --- Changes in v2: - Add a new patch with more comments arch/x86/cpu/mp_init.c| 91 ++-