Skip to content

Commit

Permalink
Blackfin arch: print out modules that are loaded if we get a kernel oops
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Getz <robin.getz@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
  • Loading branch information
Robin Getz authored and Bryan Wu committed Nov 17, 2007
1 parent 5c91fb9 commit 4c26c6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/blackfin/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c26c6c

Please sign in to comment.