RE: [PATCH] arch/riscv: disable too many harts before pick main boot hart

From: Paul Walmsley
Date: Thu Sep 19 2019 - 07:11:22 EST


On Thu, 19 Sep 2019, Anup Patel wrote:

> > From: Xiang Wang <merle@xxxxxxxxxxxxxxxxx>
> > Date: Fri, 6 Sep 2019 11:56:09 +0800
> > Subject: [PATCH] arch/riscv: disable excess harts before picking main boot
> > hart
> >
> > Harts with id greater than or equal to CONFIG_NR_CPUS need to be
> > disabled. But the kernel can pick any hart as the main hart. So,
> > before picking the main hart, the kernel must disable harts with ids
> > greater than or equal to CONFIG_NR_CPUS.
> >
> > Signed-off-by: Xiang Wang <merle@xxxxxxxxxxxxxxxxx>
>
> You missed my Reviewed-by here.

Thanks, added.

- Paul