Skip to content

Commit

Permalink
powerpc/xmon: Remove renaming #defines of scanhex() and skipbl()
Browse files Browse the repository at this point in the history
We have two #defines that rename scanhex() and skipbl() to
xmon_scanhex() and xmon_skipbl() - but no one ever uses those
names.

So the only effect is to rename the actual symbols in the generated
code, and AFACIS there is no reason to do that, so drop them.

Signed-off-by: Michael Ellerman <[email protected]>
Signed-off-by: Benjamin Herrenschmidt <[email protected]>
  • Loading branch information
mpe authored and ozbenh committed Nov 15, 2012
1 parent 33b5cd6 commit b3dc19c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch/powerpc/xmon/xmon.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@
#include "nonstdio.h"
#include "dis-asm.h"

#define scanhex xmon_scanhex
#define skipbl xmon_skipbl

#ifdef CONFIG_SMP
static cpumask_t cpus_in_xmon = CPU_MASK_NONE;
static unsigned long xmon_taken = 1;
Expand Down

0 comments on commit b3dc19c

Please sign in to comment.