Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 1955 → Rev 1956

/trunk/kernel/arch/ia32/src/mm/page.c
111,7 → 111,7
if (as_page_fault(page, access, istate) == AS_PF_FAULT) {
fault_if_from_uspace(istate, "Page fault: %#x", page);
 
PRINT_INFO_ERRCODE(istate);
decode_istate(istate);
printf("page fault address: %#x\n", page);
panic("page fault\n");
}