mpc8xx: Expose show_regs()
authorTom Rini <trini@konsulko.com>
Wed, 29 Jan 2020 16:07:19 +0000 (11:07 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 7 Feb 2020 18:59:58 +0000 (13:59 -0500)
commit3f3c153e330d2928cf49c85e94380010607e0a50
tree41551db7960c297f840323c79ab18c5dae2f31b6
parent89789ebd7109c589329a49354e1ee02cb4b28cb3
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: Tom Rini <trini@konsulko.com>
Acked-by: Christophe Leroy <christophe.leroy@c-s.fr>
arch/powerpc/cpu/mpc8xx/traps.c