diff options
author | Paul Mackerras <paulus@samba.org> | 2005-10-28 08:53:37 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-28 08:53:37 -0400 |
commit | f78541dcec327b0c46b150ee7d727f3db80275c4 (patch) | |
tree | 9336801742d93ffa0c84c76e2b3cdc5b50c7125b /arch/powerpc/kernel/ppc_ksyms.c | |
parent | c032524f0ddea5fcc3a2cece0d4a61f37e5ca9cd (diff) |
powerpc: Merge xmon
The merged version follows the ppc64 version pretty closely mostly,
and in fact ARCH=ppc64 now uses the arch/powerpc/xmon version.
The main difference for ppc64 is that the 'p' command to call
show_state (which was always pretty dodgy) has been replaced by
the ppc32 'p' command, which calls a given procedure (so in fact
the old 'p' command behaviour can be achieved with 'p $show_state').
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/kernel/ppc_ksyms.c')
-rw-r--r-- | arch/powerpc/kernel/ppc_ksyms.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/powerpc/kernel/ppc_ksyms.c b/arch/powerpc/kernel/ppc_ksyms.c index 5f3a12bb8961..8bc540337ba0 100644 --- a/arch/powerpc/kernel/ppc_ksyms.c +++ b/arch/powerpc/kernel/ppc_ksyms.c | |||
@@ -44,7 +44,6 @@ | |||
44 | #include <asm/cputable.h> | 44 | #include <asm/cputable.h> |
45 | #include <asm/btext.h> | 45 | #include <asm/btext.h> |
46 | #include <asm/div64.h> | 46 | #include <asm/div64.h> |
47 | #include <asm/xmon.h> | ||
48 | 47 | ||
49 | #ifdef CONFIG_8xx | 48 | #ifdef CONFIG_8xx |
50 | #include <asm/commproc.h> | 49 | #include <asm/commproc.h> |
@@ -238,10 +237,6 @@ EXPORT_SYMBOL(console_drivers); | |||
238 | EXPORT_SYMBOL(cacheable_memcpy); | 237 | EXPORT_SYMBOL(cacheable_memcpy); |
239 | #endif | 238 | #endif |
240 | 239 | ||
241 | #ifdef CONFIG_XMON | ||
242 | EXPORT_SYMBOL(xmon); | ||
243 | EXPORT_SYMBOL(xmon_printf); | ||
244 | #endif | ||
245 | EXPORT_SYMBOL(__up); | 240 | EXPORT_SYMBOL(__up); |
246 | EXPORT_SYMBOL(__down); | 241 | EXPORT_SYMBOL(__down); |
247 | EXPORT_SYMBOL(__down_interruptible); | 242 | EXPORT_SYMBOL(__down_interruptible); |