aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlaf Hering <olh@suse.de>2005-10-28 17:46:17 -0700
committerPaul Mackerras <paulus@samba.org>2005-10-29 14:12:39 +1000
commitd49b340124a34fcb8bceda472558ccef7232c16f (patch)
tree857c9aa0f61e83e304382fa97185631400b285ef
parent[PATCH] ppc32: #ifdef out ALTIVEC specific code in __switch_to (diff)
downloadlinux-dev-d49b340124a34fcb8bceda472558ccef7232c16f.tar.xz
linux-dev-d49b340124a34fcb8bceda472558ccef7232c16f.zip
[PATCH] ppc32: update xmon help text
Mention a few more commands in xmon. System.map processing was replaced with kallsyms. Signed-off-by: Olaf Hering <olh@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
-rw-r--r--arch/ppc/xmon/xmon.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/arch/ppc/xmon/xmon.c b/arch/ppc/xmon/xmon.c
index be7869e39465..66bfaa3211a2 100644
--- a/arch/ppc/xmon/xmon.c
+++ b/arch/ppc/xmon/xmon.c
@@ -148,9 +148,14 @@ Commands:\n\
r print registers\n\
S print special registers\n\
t print backtrace\n\
- la lookup address in system.map\n\
- ls lookup symbol in system.map\n\
+ la lookup address\n\
+ ls lookup symbol\n\
+ C checksum\n\
+ p call function with arguments\n\
+ T print time\n\
x exit monitor\n\
+ zr reboot\n\
+ zh halt\n\
";
static int xmon_trace[NR_CPUS];