]> err.no Git - linux-2.6/blobdiff - arch/x86/mm/fault_64.c
x86: make sure initmem is writable
[linux-2.6] / arch / x86 / mm / fault_64.c
index 2d9e6da2cb30622ea4f7b6915d72b99ff709e344..dd26e680a43166ca9abe0ced6390989edddf4349 100644 (file)
@@ -608,7 +608,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, regs->bp);
+       printk_address(regs->ip, 1);
        dump_pagetable(address);
        tsk->thread.cr2 = address;
        tsk->thread.trap_no = 14;