Changeset cc73a8a1 in mainline for generic/src/mm/as.c
- Timestamp:
- 2006-06-20T12:26:16Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2c8a70a
- Parents:
- 1e0a5fc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/mm/as.c
r1e0a5fc rcc73a8a1 27 27 */ 28 28 29 29 /** @addtogroup genericmm 30 30 * @{ 31 31 */ … … 40 40 * 41 41 * Functionality provided by this file allows one to 42 * create address space and create, resize and share42 * create address spaces and create, resize and share 43 43 * address space areas. 44 44 * … … 79 79 #include <arch/interrupt.h> 80 80 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 */ 81 85 as_operations_t *as_operations = NULL; 82 86 … … 1530 1534 } 1531 1535 1532 /** @} 1533 */ 1534 1536 /** @} 1537 */
Note:
See TracChangeset
for help on using the changeset viewer.