Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1702 → Rev 1701

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