diff options
author | Paul Mackerras <paulus@samba.org> | 2005-10-29 08:11:06 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-29 08:11:06 -0400 |
commit | eb66ce6333742e32825f0294310ff53e284fa828 (patch) | |
tree | 19e8229a69fe11ba688e3fd0f2b6504cd33fbb9c /arch/powerpc/xmon | |
parent | 3ee1fcac33eae824422b9b98d972a85e79672426 (diff) |
powerpc: Remove T command from xmon help text since it no longer exists
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/xmon')
-rw-r--r-- | arch/powerpc/xmon/xmon.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/xmon/xmon.c b/arch/powerpc/xmon/xmon.c index d0623e0fd8ee..1124f1146202 100644 --- a/arch/powerpc/xmon/xmon.c +++ b/arch/powerpc/xmon/xmon.c | |||
@@ -210,7 +210,6 @@ Commands:\n\ | |||
210 | s single step\n\ | 210 | s single step\n\ |
211 | S print special registers\n\ | 211 | S print special registers\n\ |
212 | t print backtrace\n\ | 212 | t print backtrace\n\ |
213 | T Enable/Disable PPCDBG flags\n\ | ||
214 | x exit monitor and recover\n\ | 213 | x exit monitor and recover\n\ |
215 | X exit monitor and dont recover\n" | 214 | X exit monitor and dont recover\n" |
216 | #ifdef CONFIG_PPC64 | 215 | #ifdef CONFIG_PPC64 |