Re: [PATCH v1] arm64: Fix size of __early_cpu_boot_status

From: Arun KS
Date: Wed May 15 2019 - 23:31:40 EST


On Wed, May 15, 2019 at 7:20 PM Will Deacon <will.deacon@xxxxxxx> wrote:
>
> On Wed, May 15, 2019 at 07:13:19PM +0530, Arun KS wrote:
> > __early_cpu_boot_status is of type int. Fix up the calls to
> > update_early_cpu_boot_status, to use a w register.
> >
> > Signed-off-by: Arun KS <arunks@xxxxxxxxxxxxxx>
> > Acked-by: Mark Rutland <mark.rutland@xxxxxxx>
> > ---
> > arch/arm64/include/asm/smp.h | 2 +-
> > arch/arm64/kernel/head.S | 6 +++---
> > 2 files changed, 4 insertions(+), 4 deletions(-)
>
> Your original patch is now in mainline:
>
> https://git.kernel.org/linus/61cf61d81e32
>
> Is this still needed?
Thanks for pointing that out. We can ignore this patch.

Regards,
Arun
>
> Will