]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2a6b29d6b9d61810116b91ae977306e7ad9d382f
tree09bbe851de6b70d1896d0a72f832b21d98331d9d
parent76f4af144798c245aacb1a897f7b223a883b8f94
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