Changeset a35b458 in mainline for kernel/arch/arm32/src/mm/page.c
- Timestamp:
- 2018-03-02T20:10:49Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f1380b7
- Parents:
- 3061bc1
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-28 17:38:31)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-03-02 20:10:49)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/src/mm/page.c
r3061bc1 ra35b458 56 56 57 57 page_table_lock(AS_KERNEL, true); 58 58 59 59 /* Kernel identity mapping */ 60 60 //FIXME: We need to consider the possibility that … … 66 66 cur += FRAME_SIZE) 67 67 page_mapping_insert(AS_KERNEL, PA2KA(cur), cur, flags); 68 68 69 69 #ifdef HIGH_EXCEPTION_VECTORS 70 70 /* Create mapping for exception table at high offset */ … … 76 76 77 77 page_table_unlock(AS_KERNEL, true); 78 78 79 79 as_switch(NULL, AS_KERNEL); 80 80 81 81 boot_page_table_free(); 82 82 }
Note:
See TracChangeset
for help on using the changeset viewer.