Re: [PATCH v2] RISC-V: Show CPU ID and Hart ID separately in /proc/cpuinfo

From: Anup Patel
Date: Wed Sep 26 2018 - 00:16:58 EST


On Tue, Sep 25, 2018 at 11:29 PM Atish Patra <atish.patra@xxxxxxx> wrote:
>
> On 9/23/18 6:37 AM, Anup Patel wrote:
> > Currently, /proc/cpuinfo show logical CPU ID as Hart ID which
> > is in-correct. This patch shows CPU ID and Hart ID separately
> > in /proc/cpuinfo using cpuid_to_hardid_map().
> >
> I noticed it should be cpuid_to_hartid_map instead of
> cpuid_to_hardid_map. It was a typo in my smp cleanup patch series.
> Sorry for the inconvenience here.

Thanks for pointing.

>
> I can include this patch in into my series fixing the typo if you want.

Yes, please.

You can also include "RISC-V: Show IPI stats" patch in your series.
This patch was reviewed by Christoph.

Thanks,
Anup