Skip to content

Commit f7ef82c

Browse files
brooniewilldeacon
authored andcommitted
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 <[email protected]> Signed-off-by: Will Deacon <[email protected]>
1 parent f465925 commit f7ef82c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

arch/arm64/include/asm/assembler.h

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -461,18 +461,6 @@ USER(\label, ic ivau, \tmp2) // invalidate I line PoU
461461
b.ne 9998b
462462
.endm
463463

464-
/*
465-
* Deprecated! Use SYM_FUNC_{START,START_WEAK,END}_PI instead.
466-
* Annotate a function as position independent, i.e., safe to be called before
467-
* the kernel virtual mapping is activated.
468-
*/
469-
#define ENDPIPROC(x) \
470-
.globl __pi_##x; \
471-
.type __pi_##x, %function; \
472-
.set __pi_##x, x; \
473-
.size __pi_##x, . - x; \
474-
ENDPROC(x)
475-
476464
/*
477465
* Annotate a function as being unsuitable for kprobes.
478466
*/

0 commit comments

Comments
 (0)