Changeset f619ec11 in mainline for kernel/generic/include/mm/as.h
- Timestamp:
- 2007-02-03T21:26:54Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cf5ddf6
- Parents:
- 80bcaed
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/mm/as.h
r80bcaed rf619ec11 168 168 /** Containing address space. */ 169 169 as_t *as; 170 /** Flags related to the memory represented by the address space area. */ 170 /** 171 * Flags related to the memory represented by the address space area. 172 */ 171 173 int flags; 172 174 /** Attributes related to the address space area itself. */ … … 180 182 181 183 /** 182 * If the address space area has been shared, this pointer will reference183 * the share info structure.184 * If the address space area has been shared, this pointer will 185 * reference the share info structure. 184 186 */ 185 187 share_info_t *sh_info;
Note:
See TracChangeset
for help on using the changeset viewer.