Changeset 9ebc238 in mainline for arch/mips32/src/mm/frame.c
- Timestamp:
- 2005-12-04T21:02:53Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4457455
- Parents:
- cf585c9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/src/mm/frame.c
rcf585c9 r9ebc238 37 37 void frame_arch_init(void) 38 38 { 39 /* Disable Everything until load address */ 40 frame_region_not_free(0, KA2PA(KERNEL_LOAD_ADDRESS) + FRAME_SIZE); 41 zone_create_in_region(0, config.memory_size & ~(FRAME_SIZE-1)); 39 zone_create_in_region(KA2PA(KERNEL_LOAD_ADDRESS), config.memory_size & ~(FRAME_SIZE-1)); 42 40 }
Note:
See TracChangeset
for help on using the changeset viewer.