Changeset e49e234 in mainline for kernel/arch/arm32/src/mm/frame.c
- Timestamp:
- 2009-02-27T11:32:31Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c1f7f6ea
- Parents:
- 5f0f29ce
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/src/mm/frame.c
r5f0f29ce re49e234 27 27 */ 28 28 29 /** @addtogroup arm32mm 29 /** @addtogroup arm32mm 30 30 * @{ 31 31 */ … … 42 42 /** Address of the last frame in the memory. */ 43 43 uintptr_t last_frame = 0; 44 uintptr_t end_frame = 0;45 44 46 45 /** Creates memory zones. */ … … 51 50 BOOT_PAGE_TABLE_START_FRAME + BOOT_PAGE_TABLE_SIZE_IN_FRAMES, 0); 52 51 last_frame = machine_get_memory_size(); 53 end_frame = last_frame;54 52 55 53 /* blacklist boot page table */
Note:
See TracChangeset
for help on using the changeset viewer.