]> git.baikalelectronics.ru Git - kernel.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:35 +0000 (06:37 -0500)
commit94d6b8b2889eadc11c1b80d5206e71ce138fcfcf
treeb750732307696a074df2d71be6b034ba96557d8b
parentdc883a2c53aee28fbe73088118534bc021ddf8de
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