Changes in kernel/generic/src/mm/as.c [ca4c5596:c477c80] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/mm/as.c
rca4c5596 rc477c80 194 194 } 195 195 196 /** Destroy ad ress space.196 /** Destroy address space. 197 197 * 198 198 * When there are no tasks referencing this address space (i.e. its refcount is … … 1347 1347 } 1348 1348 1349 /** Change ad ress space area flags.1349 /** Change address space area flags. 1350 1350 * 1351 1351 * The idea is to have the same data, but with a different access mode. … … 2150 2150 } 2151 2151 2152 /** Get list of ad ress space areas.2152 /** Get list of address space areas. 2153 2153 * 2154 2154 * @param as Address space.
Note:
See TracChangeset
for help on using the changeset viewer.