Changes in kernel/arch/amd64/src/mm/page.c [c15b374:64f6ef04] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/src/mm/page.c
rc15b374 r64f6ef04 89 89 90 90 if (as_page_fault(page, access, istate) == AS_PF_FAULT) { 91 fault_if_from_uspace(istate, "Page fault: %#x.", page); 92 panic_memtrap(istate, access, page, NULL); 91 fault_if_from_uspace(istate, "Page fault: %p.", page); 92 decode_istate(n, istate); 93 panic("Page fault: %p", page); 93 94 } 94 95 }
Note:
See TracChangeset
for help on using the changeset viewer.