Changes in kernel/arch/arm32/src/mm/page.c [d4a829e:a35b458] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/src/mm/page.c
rd4a829e 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.