Browse Source

[S390] Print list of modules on die().

Print list of modules on die() like a lot of other architectures do.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Heiko Carstens 18 năm trước cách đây
mục cha
commit
0fc9bbf771
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      arch/s390/kernel/traps.c

+ 1 - 0
arch/s390/kernel/traps.c

@@ -258,6 +258,7 @@ void die(const char * str, struct pt_regs * regs, long err)
 	spin_lock_irq(&die_lock);
 	bust_spinlocks(1);
 	printk("%s: %04lx [#%d]\n", str, err & 0xffff, ++die_counter);
+	print_modules();
         show_regs(regs);
 	bust_spinlocks(0);
         spin_unlock_irq(&die_lock);