On Wed, May 15, 2019 at 7:20 PM Will Deacon <will.dea...@arm.com> 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 <aru...@codeaurora.org> > > Acked-by: Mark Rutland <mark.rutl...@arm.com> > > --- > > 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