Changeset a043e39 in mainline for kernel/arch/amd64/src/mm/page.c
- Timestamp:
- 2010-06-25T04:23:47Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8e374ea7
- Parents:
- 06737a0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/src/mm/page.c
r06737a0 ra043e39 196 196 if (as_page_fault(page, access, istate) == AS_PF_FAULT) { 197 197 fault_if_from_uspace(istate, "Page fault: %#x.", page); 198 199 decode_istate(n, istate); 200 printf("Page fault address: %llx.\n", page); 201 panic("Page fault."); 198 panic_memtrap(istate, access, page, "Page fault."); 202 199 } 203 200 }
Note:
See TracChangeset
for help on using the changeset viewer.