Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1701 → Rev 1702

/kernel/trunk/generic/src/mm/frame.c
27,8 → 27,12
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup genericmm
* @{
*/
 
/**
* @file frame.c
* @file
* @brief Physical frame allocator.
*
* This file contains the physical frame allocator and memory zone management.
1145,3 → 1149,7
interrupts_restore(ipl);
}
 
 
/** @}
*/