Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 1850 → Rev 1851

/trunk/kernel/arch/ia64/src/mm/tlb.c
506,7 → 506,7
t = page_mapping_find(AS, va);
if (t) {
/*
* The mapping was found in software page hash table.
* The mapping was found in the software page hash table.
* Insert it into data translation cache.
*/
dtc_pte_copy(t);
513,7 → 513,7
page_table_unlock(AS, true);
} else {
/*
* Forward the page fault to address space page fault handler.
* Forward the page fault to the address space page fault handler.
*/
page_table_unlock(AS, true);
if (as_page_fault(va, PF_ACCESS_READ, istate) == AS_PF_FAULT) {