Changeset ddcc8a0 in mainline for kernel/arch/arm32/src
- Timestamp:
- 2011-11-10T23:09:13Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 95e882d
- Parents:
- ec1c8e6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/src/mm/frame.c
rec1c8e6 rddcc8a0 39 39 #include <config.h> 40 40 #include <align.h> 41 #include <macros.h> 41 42 42 43 /** Address of the last frame in the memory. */ … … 44 45 45 46 /** Creates memory zones. */ 46 void frame_ arch_init(void)47 void frame_low_arch_init(void) 47 48 { 48 49 uintptr_t mem_start, mem_size; … … 66 67 } 67 68 69 void frame_high_arch_init(void) 70 { 71 } 72 68 73 /** Frees the boot page table. */ 69 74 void boot_page_table_free(void)
Note:
See TracChangeset
for help on using the changeset viewer.