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

From: Will Deacon
Date: Wed May 15 2019 - 09:51:01 EST


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?

Will