From: Jason Wessel Date: Fri, 21 May 2010 02:04:27 +0000 (-0500) Subject: printk,kdb: capture printk() when in kdb shell X-Git-Tag: v2.6.35-rc1~453^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d37d39ae3b4a8f9a21114921fb344fe7cadb1abd;p=pandora-kernel.git printk,kdb: capture printk() when in kdb shell Certain calls from the kdb shell will call out to printk(), and any of these calls should get vectored back to the kdb_printf() so that the kdb pager and processing can be used, as well as to properly channel I/O to the polled I/O devices. CC: Randy Dunlap Signed-off-by: Jason Wessel Acked-by: Andrew Morton --- Reading git-diff-tree failed