提交 5b71eff7 编写于 作者: M Michael Ellerman

powerpc/xmon: Remove unused externs

None of these are used, or have been since we merged ppc & ppc64.
Signed-off-by: NMichael Ellerman <mpe@ellerman.id.au>
上级 a7d63928
......@@ -184,9 +184,6 @@ static void dump_tlb_book3e(void);
static int xmon_no_auto_backtrace;
extern void xmon_enter(void);
extern void xmon_leave(void);
#ifdef CONFIG_PPC64
#define REG "%.16lx"
#else
......@@ -1686,8 +1683,6 @@ write_spr(int n, unsigned long val)
}
static unsigned long regno;
extern char exc_prolog;
extern char dec_exc;
static void dump_one_spr(int spr, bool show_unimplemented)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册