Changeset bbf5657 in mainline for arch/ppc32/src
- Timestamp:
- 2006-02-13T23:22:05Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fe050b7
- Parents:
- d7d6385
- File:
-
- 1 edited
-
arch/ppc32/src/mm/frame.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc32/src/mm/frame.c
rd7d6385 rbbf5657 34 34 void frame_arch_init(void) 35 35 { 36 zone_create(0, config.memory_size >> FRAME_WIDTH, 1, 0); 36 /* First page is exception vector, 37 * second is 'implementation specific', evade it too 38 */ 39 zone_create(0, SIZE2FRAMES(config.memory_size), 2, 0); 40 frame_mark_unavailable(0, 2); 37 41 }
Note:
See TracChangeset
for help on using the changeset viewer.
