aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/ppc_asm.h
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@csgroup.eu>2021-11-30 13:04:50 +0100
committerMichael Ellerman <mpe@ellerman.id.au>2022-02-07 21:03:10 +1100
commit27e21e8f128a56d3462f0fe2fd3a59c02cc002b1 (patch)
treebd21938470d8c41d08e1a15cc110b386f4a86fa2 /arch/powerpc/include/asm/ppc_asm.h
parentpowerpc/32: Remove remaining .stabs annotations (diff)
downloadlinux-dev-27e21e8f128a56d3462f0fe2fd3a59c02cc002b1.tar.xz
linux-dev-27e21e8f128a56d3462f0fe2fd3a59c02cc002b1.zip
powerpc/32: Remove _ENTRY() macro
_ENTRY() is now redundant with _GLOBAL(). Remove it. Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/62a35f8dde2bb74c8d0d7a5430cce07a5a3a6fb6.1638273868.git.christophe.leroy@csgroup.eu
Diffstat (limited to 'arch/powerpc/include/asm/ppc_asm.h')
-rw-r--r--arch/powerpc/include/asm/ppc_asm.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/include/asm/ppc_asm.h b/arch/powerpc/include/asm/ppc_asm.h
index c4b074263bf9..3c06a33b5da4 100644
--- a/arch/powerpc/include/asm/ppc_asm.h
+++ b/arch/powerpc/include/asm/ppc_asm.h
@@ -203,10 +203,6 @@ GLUE(.,name):
#else /* 32-bit */
-#define _ENTRY(n) \
- .globl n; \
-n:
-
#define _GLOBAL(n) \
.globl n; \
n: