Changeset 3debedec in mainline for arch/ppc32/src/mm/frame.c
- Timestamp:
- 2006-02-16T20:26:14Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ba52899
- Parents:
- 2a46e10
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc32/src/mm/frame.c
r2a46e10 r3debedec 28 28 29 29 #include <arch/mm/frame.h> 30 #include <arch/mm/memory_init.h> 30 31 #include <mm/frame.h> 31 32 #include <config.h> … … 34 35 void frame_arch_init(void) 35 36 { 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); 37 ppc_init_zones(); 38 /* First is exception vector, second is 'implementation specific' */ 40 39 frame_mark_unavailable(0, 2); 41 40 }
Note:
See TracChangeset
for help on using the changeset viewer.