Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4c26c6c9bf1837ef413c18055d38f0b70af8574e
Commit:     4c26c6c9bf1837ef413c18055d38f0b70af8574e
Parent:     5c91fb902d4e6f6006faf45edd3f25932cb7d58c
Author:     Robin Getz <[EMAIL PROTECTED]>
AuthorDate: Sun Nov 18 00:20:49 2007 +0800
Committer:  Bryan Wu <[EMAIL PROTECTED]>
CommitDate: Sun Nov 18 00:20:49 2007 +0800

    Blackfin arch: print out modules that are loaded if we get a kernel oops
    
    Signed-off-by: Robin Getz <[EMAIL PROTECTED]>
    Signed-off-by: Bryan Wu <[EMAIL PROTECTED]>
---
 arch/blackfin/kernel/traps.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/blackfin/kernel/traps.c b/arch/blackfin/kernel/traps.c
index fbdf999..1a72a80 100644
--- a/arch/blackfin/kernel/traps.c
+++ b/arch/blackfin/kernel/traps.c
@@ -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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to