Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/amd64/src/mm/page.c

    r64f6ef04 rc15b374  
    8989       
    9090        if (as_page_fault(page, access, istate) == AS_PF_FAULT) {
    91                 fault_if_from_uspace(istate, "Page fault: %p.", page);
    92                 decode_istate(n, istate);
    93                 panic("Page fault: %p", page);
     91                fault_if_from_uspace(istate, "Page fault: %#x.", page);
     92                panic_memtrap(istate, access, page, NULL);
    9493        }
    9594}
Note: See TracChangeset for help on using the changeset viewer.