Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1425 → Rev 1426

/kernel/trunk/generic/src/mm/backend_anon.c
161,7 → 161,7
* Sharing of anonymous area is done by duplicating its entire mapping
* to the pagemap. Page faults will primarily search for frames there.
*
* The address space area and page tables must be already locked.
* The address space and address space area must be already locked.
*
* @param area Address space area to be shared.
*/