Changeset a538808 in mainline
- Timestamp:
- 2012-01-15T21:31:20Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9117ef9b
- Parents:
- f6b84f7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/src/mm/page.c
rf6b84f7 ra538808 72 72 #error "Only high exception vector supported now" 73 73 #endif 74 cur = ALIGN_DOWN(0x50008010, FRAME_SIZE);75 page_mapping_insert(AS_KERNEL, PA2KA(cur), cur, flags);76 74 77 75 page_table_unlock(AS_KERNEL, true);
Note:
See TracChangeset
for help on using the changeset viewer.