Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1228 → Rev 1229

/kernel/trunk/generic/src/mm/page.c
73,8 → 73,8
 
/** Insert mapping of page to frame.
*
* Map virtual address 'page' to physical address 'frame'
* using 'flags'. Allocate and setup any missing page tables.
* Map virtual address @page to physical address @frame
* using @flags. Allocate and setup any missing page tables.
*
* The page table must be locked and interrupts must be disabled.
*
93,7 → 93,7
 
/** Remove mapping of page.
*
* Remove any mapping of 'page' within address space 'as'.
* Remove any mapping of @page within address space @as.
* TLB shootdown should follow in order to make effects of
* this call visible.
*