diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-10-31 05:06:46 -0500 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-10-31 05:06:46 -0500 |
commit | 1f04c0a24b2f3cfe89c802a24396263623e3512d (patch) | |
tree | d7e2216b6e65b833c0c2b79b478d13ce17dbf296 /arch/ppc/xmon/xmon.c | |
parent | 07b188ab773e183871e57b33ae37bf635c9f12ba (diff) | |
parent | e2f2e58e7968f8446b1078a20a18bf8ea12b4fbc (diff) |
Merge branch 'master' of /usr/src/ntfs-2.6/
Diffstat (limited to 'arch/ppc/xmon/xmon.c')
-rw-r--r-- | arch/ppc/xmon/xmon.c | 9 |
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\ | |||
148 | r print registers\n\ | 148 | r print registers\n\ |
149 | S print special registers\n\ | 149 | S print special registers\n\ |
150 | t print backtrace\n\ | 150 | t print backtrace\n\ |
151 | la lookup address in system.map\n\ | 151 | la lookup address\n\ |
152 | ls lookup symbol in system.map\n\ | 152 | ls lookup symbol\n\ |
153 | C checksum\n\ | ||
154 | p call function with arguments\n\ | ||
155 | T print time\n\ | ||
153 | x exit monitor\n\ | 156 | x exit monitor\n\ |
157 | zr reboot\n\ | ||
158 | zh halt\n\ | ||
154 | "; | 159 | "; |
155 | 160 | ||
156 | static int xmon_trace[NR_CPUS]; | 161 | static int xmon_trace[NR_CPUS]; |