]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/mm/fault_64.c
x86: add the capability to print fuzzy backtraces
[linux-2.6-omap-h63xx.git] / arch / x86 / mm / fault_64.c
index e82832961d7246519169ad706f2545f36e4478c6..cf7e99895b91e81f046db10ccb9485a395b174d2 100644 (file)
@@ -578,7 +578,7 @@ no_context:
        else
                printk(KERN_ALERT "Unable to handle kernel paging request");
        printk(" at %016lx RIP: \n" KERN_ALERT, address);
-       printk_address(regs->ip);
+       printk_address(regs->ip, regs->bp);
        dump_pagetable(address);
        tsk->thread.cr2 = address;
        tsk->thread.trap_no = 14;