kdb: Remove all references to DOING_KGDB2
authorJason Wessel <jason.wessel@windriver.com>
Mon, 23 May 2011 18:22:54 +0000 (13:22 -0500)
committerJason Wessel <jason.wessel@windriver.com>
Mon, 1 Aug 2011 18:23:59 +0000 (13:23 -0500)
commitd613d828e8987a1f794378022f900b454fa95403
tree637d466ae00621139e9d019c3a439ab0d8959cd5
parentf679c4985bb2e7de9d39a5d40b6031361c4ad861
kdb: Remove all references to DOING_KGDB2

The DOING_KGDB2 was originally a state variable for one of the two
ways to automatically transition from kdb to kgdb.  Purge all these
variables and just use one single state for the transition.

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
kernel/debug/kdb/kdb_debugger.c
kernel/debug/kdb/kdb_io.c
kernel/debug/kdb/kdb_main.c
kernel/debug/kdb/kdb_private.h
This page took 0.02986 seconds and 5 git commands to generate.