Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3382 → Rev 3383

/trunk/kernel/generic/src/mm/as.c
870,6 → 870,11
tlb_shootdown_finalize();
 
/*
* Set the new flags.
*/
area->flags = flags;
 
/*
* Map pages back in with new flags. This step is kept separate
* so that there's no instant when the memory area could be
* accesed with both the old and the new flags at once.