From: Jason Wessel Date: Thu, 22 Jul 2010 00:27:07 +0000 (-0500) Subject: debug_core,kdb: fix kgdb_connected bit set in the wrong place X-Git-Tag: v2.6.35-rc6~5^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0679c63db655fa12007558e267bc0eb1d486fdb;p=pandora-kernel.git debug_core,kdb: fix kgdb_connected bit set in the wrong place Immediately following an exit from the kdb shell the kgdb_connected variable should be set to zero, unless there are breakpoints planted. If the kgdb_connected variable is not zeroed out with kdb, it is impossible to turn off kdb. This patch is merely a work around for now, the real fix will check for the breakpoints. Signed-off-by: Jason Wessel --- Reading git-diff-tree failed