Changes in kernel/arch/ia32/src/mm/page.c [c15b374:62baed17] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/src/mm/page.c
rc15b374 r62baed17 115 115 if (as_page_fault(page, access, istate) == AS_PF_FAULT) { 116 116 fault_if_from_uspace(istate, "Page fault: %#x.", page); 117 panic_memtrap(istate, access, page, NULL);117 panic_memtrap(istate, access, page, "Page fault."); 118 118 } 119 119 }
Note:
See TracChangeset
for help on using the changeset viewer.