Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 1958 → Rev 1959

/trunk/kernel/arch/ia32xen/src/mm/page.c
76,7 → 76,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");
}