From 13629dad1e30e310bb21baa102d1c0dcc17b47ae Mon Sep 17 00:00:00 2001 From: Michael Ellerman Date: Thu, 7 Jul 2016 22:54:27 +1000 Subject: [PATCH] powerpc/xmon: Move static regno into its only user Signed-off-by: Michael Ellerman --- arch/powerpc/xmon/xmon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/xmon/xmon.c b/arch/powerpc/xmon/xmon.c index f351ba6a58ab..369501283994 100644 --- a/arch/powerpc/xmon/xmon.c +++ b/arch/powerpc/xmon/xmon.c @@ -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; -- GitLab