提交 4c26c6c9 编写于 作者: R Robin Getz 提交者: Bryan Wu

Blackfin arch: print out modules that are loaded if we get a kernel oops

Signed-off-by: NRobin Getz <robin.getz@analog.com>
Signed-off-by: NBryan Wu <bryan.wu@analog.com>
上级 5c91fb90
......@@ -629,6 +629,7 @@ void dump_bfin_regs(struct pt_regs *fp, void *retaddr)
}
} else {
printk(KERN_NOTICE "Kernel or interrupt exception\n");
print_modules();
}
if (retaddr >= (void *)FIXED_CODE_START && retaddr < (void *)physical_mem_end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册