]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/x86/kernel/dumpstack.c
x86: Move call to print_modules() out of show_regs()
[karo-tx-linux.git] / arch / x86 / kernel / dumpstack.c
index 87d3b5d663cdce1cd2f02a172fcf55221ef9275d..ae42418bc50f23f83d92f68e4e771daf36652978 100644 (file)
@@ -271,6 +271,7 @@ int __kprobes __die(const char *str, struct pt_regs *regs, long err)
                        current->thread.trap_nr, SIGSEGV) == NOTIFY_STOP)
                return 1;
 
+       print_modules();
        show_regs(regs);
 #ifdef CONFIG_X86_32
        if (user_mode_vm(regs)) {