]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kdb: Fix dmesg/bta scroll to quit with 'q'
authorJason Wessel <jason.wessel@windriver.com>
Mon, 27 Aug 2012 02:43:12 +0000 (21:43 -0500)
committerJason Wessel <jason.wessel@windriver.com>
Fri, 12 Oct 2012 11:37:23 +0000 (06:37 -0500)
commite0ab490e61995beb05f817cb1d8a33c37207515e
treeb750732307696a074df2d71be6b034ba96557d8b
parent5648c598d7bd2cb473b5b58159ecaff489e32335
kdb: Fix dmesg/bta scroll to quit with 'q'

If you press 'q' the pager should exit instead of printing everything
from dmesg which can really bog down a 9600 baud serial link.

The same is true for the bta command.

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