diff options
author | Nicholas Piggin <npiggin@gmail.com> | 2023-06-06 16:24:47 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2023-06-15 07:04:19 +0300 |
commit | 27be2456332dcd69907f086cda327ad923b222cf (patch) | |
tree | 94525998d643235033d1091598b41e82eeba6616 /scripts/head-object-list.txt | |
parent | afc6386815a88d067d9f567dcc6266800286f626 (diff) | |
download | linux-27be2456332dcd69907f086cda327ad923b222cf.tar.xz |
powerpc/64: Rename entry_64.S to prom_entry_64.S
This file contains only the enter_prom implementation now.
Trim includes and update header comment while we're here.
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20230606132447.315714-7-npiggin@gmail.com
Diffstat (limited to 'scripts/head-object-list.txt')
-rw-r--r-- | scripts/head-object-list.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/head-object-list.txt b/scripts/head-object-list.txt index b2a0e21ea8d7..26359968744e 100644 --- a/scripts/head-object-list.txt +++ b/scripts/head-object-list.txt @@ -34,7 +34,7 @@ arch/powerpc/kernel/head_64.o arch/powerpc/kernel/head_8xx.o arch/powerpc/kernel/head_85xx.o arch/powerpc/kernel/head_book3s_32.o -arch/powerpc/kernel/entry_64.o +arch/powerpc/kernel/prom_entry_64.o arch/powerpc/kernel/fpu.o arch/powerpc/kernel/vector.o arch/powerpc/kernel/prom_init.o |