]> Pileus Git - ~andy/linux/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)
commitd1871b38fccdc4b6575b0cabdea9e06bc70167eb
treeb750732307696a074df2d71be6b034ba96557d8b
parent24b8592ec021c433e73e6d8000e71f5c341fdde0
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