]> git.baikalelectronics.ru Git - kernel.git/commit
Fix merge regression from external kdb to upstream kdb
authorJason Wessel <jason.wessel@windriver.com>
Thu, 22 Jul 2010 00:27:06 +0000 (19:27 -0500)
committerJason Wessel <jason.wessel@windriver.com>
Thu, 22 Jul 2010 00:27:06 +0000 (19:27 -0500)
commit01ceb5e6dec909bd5dd97f93f3161d11ea4fcade
tree9c46796acdbb4bbfe6adbf89bc731dd6eb0adf19
parentc345bd1d3129d551f7eaa35276f9bb8700f64c97
Fix merge regression from external kdb to upstream kdb

In the process of merging kdb to the mainline, the kdb lsmod command
stopped printing the base load address of kernel modules.  This is
needed for using kdb in conjunction with external tools such as gdb.

Simply restore the functionality by adding a kdb_printf for the base
load address of the kernel modules.

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