[PATCH 3/3] ARM: cache-v7: get rid of mini-stack

Nicolas Pitre nico at fluxnic.net
Mon Feb 8 18:07:18 EST 2021


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.


Nicolas



More information about the linux-arm-kernel mailing list