diff options
author | Christophe Leroy <christophe.leroy@csgroup.eu> | 2021-11-30 15:04:50 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2022-02-07 13:03:10 +0300 |
commit | 27e21e8f128a56d3462f0fe2fd3a59c02cc002b1 (patch) | |
tree | bd21938470d8c41d08e1a15cc110b386f4a86fa2 /arch/powerpc/kernel/head_44x.S | |
parent | 12318163737cd8808d13faa6e2393774191a6182 (diff) | |
download | linux-27e21e8f128a56d3462f0fe2fd3a59c02cc002b1.tar.xz |
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/kernel/head_44x.S')
-rw-r--r-- | arch/powerpc/kernel/head_44x.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/head_44x.S b/arch/powerpc/kernel/head_44x.S index b73a56466903..f15cb9fdb692 100644 --- a/arch/powerpc/kernel/head_44x.S +++ b/arch/powerpc/kernel/head_44x.S @@ -52,8 +52,8 @@ * */ __HEAD -_ENTRY(_stext); -_ENTRY(_start); +_GLOBAL(_stext); +_GLOBAL(_start); /* * Reserve a word at a fixed location to store the address * of abatron_pteptrs |