projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38d73b6
)
powerpc/e500: Add missing prototype for 'relocate_init'
author
Christophe Leroy
<christophe.leroy@csgroup.eu>
Sat, 18 Feb 2023 09:28:50 +0000
(10:28 +0100)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Mon, 20 Feb 2023 06:04:01 +0000
(17:04 +1100)
Kernel test robot reports:
arch/powerpc/mm/nohash/e500.c:314:21: warning: no previous prototype for 'relocate_init' [-Wmissing-prototypes]
314 | notrace void __init relocate_init(u64 dt_ptr, phys_addr_t start)
| ^~~~~~~~~~~~~
Add it in mm/mmu_decl.h, close to associated is_second_reloc
variable declaration.
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link:
https://lore.kernel.org/oe-kbuild-all/202302181136.wgyCKUcs-lkp@intel.com/
Link:
https://lore.kernel.org/r/ac9107acf24135e1a07e8f84d2090572d43e3fe4.1676712510.git.christophe.leroy@csgroup.eu
arch/powerpc/mm/mmu_decl.h
patch
|
blob
|
history
diff --git
a/arch/powerpc/mm/mmu_decl.h
b/arch/powerpc/mm/mmu_decl.h
index bd9784f77f2ee23b295ba792df843cf82f00fd33..c6dccb4f06dcae611e51d85926fcea4830cacc73 100644
(file)
--- a/
arch/powerpc/mm/mmu_decl.h
+++ b/
arch/powerpc/mm/mmu_decl.h
@@
-120,6
+120,7
@@
extern int switch_to_as1(void);
extern void restore_to_as0(int esel, int offset, void *dt_ptr, int bootcpu);
void create_kaslr_tlb_entry(int entry, unsigned long virt, phys_addr_t phys);
void reloc_kernel_entry(void *fdt, int addr);
+void relocate_init(u64 dt_ptr, phys_addr_t start);
extern int is_second_reloc;
#endif
extern void loadcam_entry(unsigned int index);