aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/debug/kdb/kdb_cmds
diff options
context:
space:
mode:
authorJason Wessel <jason.wessel@windriver.com>2011-06-30 14:12:00 -0500
committerJason Wessel <jason.wessel@windriver.com>2011-08-01 13:23:58 -0500
commit3bdb65ec95e6cccffc40102d7c003047c45da90c (patch)
tree6a93a5c062d5b7c496268005503749bb9080a217 /kernel/debug/kdb/kdb_cmds
parentLinux 3.0 (diff)
downloadlinux-dev-3bdb65ec95e6cccffc40102d7c003047c45da90c.tar.xz
linux-dev-3bdb65ec95e6cccffc40102d7c003047c45da90c.zip
kdb: cleanup unused variables missed in the original kdb merge
The BTARGS and BTSYMARG variables do not have any function in the mainline version of kdb. Reported-by: Tim Bird <tim.bird@am.sony.com> Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Diffstat (limited to 'kernel/debug/kdb/kdb_cmds')
-rw-r--r--kernel/debug/kdb/kdb_cmds4
1 files changed, 0 insertions, 4 deletions
diff --git a/kernel/debug/kdb/kdb_cmds b/kernel/debug/kdb/kdb_cmds
index 56c88e4db309..9834ad303ab6 100644
--- a/kernel/debug/kdb/kdb_cmds
+++ b/kernel/debug/kdb/kdb_cmds
@@ -18,16 +18,12 @@ defcmd dumpcommon "" "Common kdb debugging"
endefcmd
defcmd dumpall "" "First line debugging"
- set BTSYMARG 1
- set BTARGS 9
pid R
-dumpcommon
-bta
endefcmd
defcmd dumpcpu "" "Same as dumpall but only tasks on cpus"
- set BTSYMARG 1
- set BTARGS 9
pid R
-dumpcommon
-btc