kernel: small ammendment to pagefault-in-kernel panic

This commit is contained in:
Ben Gras 2010-05-12 08:56:11 +00:00
parent c5c25e7abc
commit bfc9c5c3a8

View file

@ -56,7 +56,7 @@ PRIVATE void pagefault( struct proc *pr,
} }
if(is_nested) { if(is_nested) {
panic("pagefault in kernel at address 0x%lx", pagefaultcr2); panic("pagefault in kernel at pc 0x%lx address 0x%lx", frame->eip, pagefaultcr2);
} }
/* System processes that don't have their own page table can't /* System processes that don't have their own page table can't