]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - kernel/debug/kdb/kdb_main.c
Fix merge regression from external kdb to upstream kdb
[net-next-2.6.git] / kernel / debug / kdb / kdb_main.c
index a7fe2e98d613dfe2377a4ba42ee3338b8667149f..7e9bfd54a0db037a749ab9117f2507ebc8809e9b 100644 (file)
@@ -1883,6 +1883,7 @@ static int kdb_lsmod(int argc, const char **argv)
                        kdb_printf(" (Loading)");
                else
                        kdb_printf(" (Live)");
+               kdb_printf(" 0x%p", mod->module_core);
 
 #ifdef CONFIG_MODULE_UNLOAD
                {