Skip to content
Snippets Groups Projects
Commit 3f3c153e authored by Tom Rini's avatar Tom Rini
Browse files

mpc8xx: Expose show_regs()


To match the other PowerPC platforms the function show_regs() must not
be marked static but instead be an exposed global function.

Cc: Christophe Leroy <christophe.leroy@c-s.fr>
Cc: Wolfgang Denk <wd@denx.de>
Signed-off-by: default avatarTom Rini <trini@konsulko.com>
Acked-by: default avatarChristophe Leroy <christophe.leroy@c-s.fr>
parent 89789ebd
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ static void print_backtrace(unsigned long *sp)
printf("\n");
}
static void show_regs(struct pt_regs *regs)
void show_regs(struct pt_regs *regs)
{
int i;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment