Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1701 → Rev 1702

/kernel/trunk/genarch/src/mm/as_pt.c
26,8 → 26,12
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup genarchmm
* @{
*/
 
/**
* @file as_pt.c
* @file
* @brief Address space functions for 4-level hierarchical pagetables.
*/
 
134,3 → 138,7
if (unlock)
mutex_unlock(&as->lock);
}
 
/** @}
*/