From: Mark Brown Date: Wed, 8 Jan 2020 16:57:52 +0000 (+0000) Subject: arm64: asm: Remove ENDPIPROC() X-Git-Tag: v5.6-rc1~208^2~3^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f7ef82c22fd76c300ae71c6dd19d9b03f4ab8253;p=thirdparty%2Fkernel%2Flinux.git arm64: asm: Remove ENDPIPROC() Now all the users have been removed delete the definition of ENDPIPROC() to ensure we don't acquire any new users. Signed-off-by: Mark Brown Signed-off-by: Will Deacon --- diff --git a/arch/arm64/include/asm/assembler.h b/arch/arm64/include/asm/assembler.h index 4a4258f17c868..e318d31bb9790 100644 --- a/arch/arm64/include/asm/assembler.h +++ b/arch/arm64/include/asm/assembler.h @@ -461,18 +461,6 @@ USER(\label, ic ivau, \tmp2) // invalidate I line PoU b.ne 9998b .endm -/* - * Deprecated! Use SYM_FUNC_{START,START_WEAK,END}_PI instead. - * Annotate a function as position independent, i.e., safe to be called before - * the kernel virtual mapping is activated. - */ -#define ENDPIPROC(x) \ - .globl __pi_##x; \ - .type __pi_##x, %function; \ - .set __pi_##x, x; \ - .size __pi_##x, . - x; \ - ENDPROC(x) - /* * Annotate a function as being unsuitable for kprobes. */