Changeset f1fc83a in mainline for kernel/arch/arm32/src/mm/page.c
- Timestamp:
- 2010-06-28T21:58:31Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5c032932
- Parents:
- 6250c37
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/src/mm/page.c
r6250c37 rf1fc83a 68 68 #error "Only high exception vector supported now" 69 69 #endif 70 cur = ALIGN_DOWN(0x50008010, FRAME_SIZE); 71 page_mapping_insert(AS_KERNEL, PA2KA(cur), cur, flags); 70 72 71 73 page_table_unlock(AS_KERNEL, true);
Note:
See TracChangeset
for help on using the changeset viewer.