Changeset f47fd19 in mainline for kernel/generic
- Timestamp:
- 2006-08-21T13:36:34Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a7961271
- Parents:
- ee289cf0
- Location:
- kernel/generic
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/mm/as.h
ree289cf0 rf47fd19 27 27 */ 28 28 29 29 /** @addtogroup genericmm 30 30 * @{ 31 31 */ … … 207 207 #endif 208 208 209 /** @} 210 */ 211 209 /** @} 210 */ -
kernel/generic/src/mm/as.c
ree289cf0 rf47fd19 544 544 if (!src_area->backend || !src_area->backend->share) { 545 545 /* 546 * There is no wbackend or the backend does not546 * There is no backend or the backend does not 547 547 * know how to share the area. 548 548 */
Note:
See TracChangeset
for help on using the changeset viewer.