]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: asm: Remove ENDPIPROC()
authorMark Brown <broonie@kernel.org>
Wed, 8 Jan 2020 16:57:52 +0000 (16:57 +0000)
committerWill Deacon <will@kernel.org>
Wed, 8 Jan 2020 17:09:31 +0000 (17:09 +0000)
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 <broonie@kernel.org>
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/include/asm/assembler.h

index 4a4258f17c868f8acde2d5cfc7cdcfe325d55e82..e318d31bb9790054697800d28d8369f23925489c 100644 (file)
@@ -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.
  */