Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1701 → Rev 1702

/kernel/trunk/generic/src/mm/backend_phys.c
26,8 → 26,12
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup genericmm
* @{
*/
 
/**
* @file backend_elf.c
* @file
* @brief Backend for address space areas backed by continuous physical memory.
*/
 
86,3 → 90,7
void phys_share(as_area_t *area)
{
}
 
/** @}
*/