Changeset a7dbd49 in mainline for kernel/generic/src/mm/backend_phys.c
- Timestamp:
- 2011-04-17T20:40:51Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fde2982c
- Parents:
- e5a015b (diff), 8f6c6264 (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/backend_phys.c
re5a015b ra7dbd49 52 52 static void phys_destroy(as_area_t *); 53 53 54 static int phys_page_fault(as_area_t * area, uintptr_t addr, pf_access_t access);54 static int phys_page_fault(as_area_t *, uintptr_t, pf_access_t); 55 55 56 56 mem_backend_t phys_backend = {
Note:
See TracChangeset
for help on using the changeset viewer.