kdb: break out of kdb_ll() when command is terminated
authorMartin Hicks <mort@sgi.com>
Thu, 22 Jul 2010 00:27:05 +0000 (19:27 -0500)
committerJason Wessel <jason.wessel@windriver.com>
Thu, 22 Jul 2010 00:27:05 +0000 (19:27 -0500)
commit1396a21ba0d4ec381db19bc9cd5b6f25a89cf633
tree09bbe851de6b70d1896d0a72f832b21d98331d9d
parentd0c6f6258478e1dba532bf7c28e2cd6e1047d3a4
kdb: break out of kdb_ll() when command is terminated

Without this patch the "ll" linked-list traversal command won't
terminate when you hit q/Q.

Signed-off-by: Martin Hicks <mort@sgi.com>
Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
kernel/debug/kdb/kdb_main.c