提交 13629dad 编写于 作者: M Michael Ellerman

powerpc/xmon: Move static regno into its only user

Signed-off-by: NMichael Ellerman <mpe@ellerman.id.au>
上级 5b71eff7
......@@ -1682,7 +1682,6 @@ write_spr(int n, unsigned long val)
catch_spr_faults = 0;
}
static unsigned long regno;
static void dump_one_spr(int spr, bool show_unimplemented)
{
......@@ -1714,6 +1713,7 @@ static void dump_one_spr(int spr, bool show_unimplemented)
static void super_regs(void)
{
static unsigned long regno;
int cmd;
int spr;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册