Changeset cc73a8a1 in mainline for generic/src/mm/as.c


Ignore:
Timestamp:
2006-06-20T12:26:16Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2c8a70a
Parents:
1e0a5fc
Message:

Cleanup of comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/mm/as.c

    r1e0a5fc rcc73a8a1  
    2727 */
    2828
    29  /** @addtogroup genericmm
     29/** @addtogroup genericmm
    3030 * @{
    3131 */
     
    4040 *
    4141 * Functionality provided by this file allows one to
    42  * create address space and create, resize and share
     42 * create address spaces and create, resize and share
    4343 * address space areas.
    4444 *
     
    7979#include <arch/interrupt.h>
    8080
     81/**
     82 * Each architecture decides what functions will be used to carry out
     83 * address space operations such as creating or locking page tables.
     84 */
    8185as_operations_t *as_operations = NULL;
    8286
     
    15301534}
    15311535
    1532  /** @}
    1533  */
    1534 
     1536/** @}
     1537 */
Note: See TracChangeset for help on using the changeset viewer.