Changeset 773f188 in mainline for kernel/generic/src/mm/as.c
- Timestamp:
- 2011-05-23T14:25:45Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 366b148
- Parents:
- d8de5d3 (diff), 1d638a1 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/mm/as.c
rd8de5d3 r773f188 1987 1987 sysarg_t sys_as_area_destroy(uintptr_t address) 1988 1988 { 1989 return EOK; 1989 1990 return (sysarg_t) as_area_destroy(AS, address); 1990 1991 }
Note:
See TracChangeset
for help on using the changeset viewer.