Merge commit 'v2.6.34-rc1' into perf/urgent
[safe/jmp/linux-2.6] / arch / x86 / kernel / dumpstack_64.c
index 2012a4e..d5e2a2e 100644 (file)
@@ -292,6 +292,7 @@ void show_registers(struct pt_regs *regs)
 
        sp = regs->sp;
        printk("CPU %d ", cpu);
+       print_modules();
        __show_regs(regs, 1);
        printk("Process %s (pid: %d, threadinfo %p, task %p)\n",
                cur->comm, cur->pid, task_thread_info(cur), cur);