mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
sparc32: introduce sparc32_start_kernel called from head_32.S
This gives us a C hook before we call start_kernel() Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
This commit is contained in:
parent
30005efc98
commit
4efb55e691
3 changed files with 15 additions and 8 deletions
|
@ -26,6 +26,9 @@ static inline unsigned long kimage_addr_to_ra(const char *p)
|
|||
#endif
|
||||
|
||||
#ifdef CONFIG_SPARC32
|
||||
/* setup_32.c */
|
||||
void sparc32_start_kernel(struct linux_romvec *rp);
|
||||
|
||||
/* cpu.c */
|
||||
extern void cpu_probe(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue