All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] powerpc/xmon: Remove unused externs
@ 2016-07-07 12:54 Michael Ellerman
  2016-07-07 12:54 ` [PATCH 2/5] powerpc/xmon: Move static regno into its only user Michael Ellerman
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Michael Ellerman @ 2016-07-07 12:54 UTC (permalink / raw)
  To: linuxppc-dev

None of these are used, or have been since we merged ppc & ppc64.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
---
 arch/powerpc/xmon/xmon.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/arch/powerpc/xmon/xmon.c b/arch/powerpc/xmon/xmon.c
index c5e155108be5..f351ba6a58ab 100644
--- a/arch/powerpc/xmon/xmon.c
+++ b/arch/powerpc/xmon/xmon.c
@@ -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)
 {
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-07-15 10:53 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-07 12:54 [PATCH 1/5] powerpc/xmon: Remove unused externs Michael Ellerman
2016-07-07 12:54 ` [PATCH 2/5] powerpc/xmon: Move static regno into its only user Michael Ellerman
2016-07-15 10:53   ` [2/5] " Michael Ellerman
2016-07-07 12:54 ` [PATCH 3/5] powerpc/xmon: Adjust spacing of existing SPRs to make room for more Michael Ellerman
2016-07-15 10:53   ` [3/5] " Michael Ellerman
2016-07-07 12:54 ` [PATCH 4/5] powerpc/xmon: Dump ISA 2.06 SPRs Michael Ellerman
2016-07-15 10:53   ` [4/5] " Michael Ellerman
2016-07-07 12:54 ` [PATCH 5/5] powerpc/xmon: Dump ISA 2.07 SPRs Michael Ellerman
2016-07-15 10:53   ` [5/5] " Michael Ellerman
2016-07-15 10:53 ` [1/5] powerpc/xmon: Remove unused externs Michael Ellerman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.