Subversion Repositories HelenOS-historic

Compare Revisions

Regard whitespace Rev 1701 → Rev 1702

/kernel/trunk/genarch/src/mm/as_ht.c
26,8 → 26,13
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
/** @addtogroup genarchmm genarch
* @ingroup mm
* @{
*/
/**
* @file as_ht.c
* @file
* @brief Address space functions for global page hash table.
*/
 
113,3 → 118,7
if (unlock)
mutex_unlock(&as->lock);
}
 
/** @}
*/