On Thu, Feb 07, 2019 at 05:51:14PM -0800, Atish Patra wrote: > In SMP path, __cpu_up waits for other CPU to come online > indefinitely. This is wrong as other CPU might be disabled > in machine mode and possible CPU is set to the cpus present > in DT. > > Introduce a completion variable and waits only for a second. > > Signed-off-by: Atish Patra <atish.pa...@wdc.com> > Reviewed-by: Anup Patel <a...@brainfault.org>
Looks good, Reviewed-by: Christoph Hellwig <h...@lst.de>