x86: Move call to print_modules() out of show_regs()
[cascardo/linux.git] / arch / x86 / kernel / dumpstack_32.c
index 3a8aced..1038a41 100644 (file)
@@ -86,7 +86,6 @@ void show_regs(struct pt_regs *regs)
 {
        int i;
 
-       print_modules();
        __show_regs(regs, !user_mode_vm(regs));
 
        pr_emerg("Process %.*s (pid: %d, ti=%p task=%p task.ti=%p)\n",