[PATCH 3/3] ARM: cache-v7: get rid of mini-stack
Ard Biesheuvel
ardb at kernel.org
Tue Feb 9 17:37:35 EST 2021
On Tue, 9 Feb 2021 at 00:08, Nicolas Pitre <nico at fluxnic.net> wrote:
>
> On Mon, 8 Feb 2021, Ard Biesheuvel wrote:
>
> > @@ -549,16 +555,6 @@ __errata_finish:
> > THUMB( orr r0, r0, #1 << 30 ) @ Thumb exceptions
> > ret lr @ return to head.S:__ret
> >
> > - .align 2
> > -__v7_setup_stack_ptr:
> > - .word PHYS_RELATIVE(__v7_setup_stack, .)
> > -ENDPROC(__v7_setup)
> > -
> > - .bss
> > - .align 2
> > -__v7_setup_stack:
> > - .space 4 * 7 @ 7 registers
> > -
> > __INITDATA
>
> You should have preserved the ENDPROC here.
>
Indeed. Will fix that in v2.
Thanks,
Ard.
More information about the linux-arm-kernel
mailing list