Changeset 12f952e5 in mainline for arch/ppc32/src/mm/frame.c
- Timestamp:
- 2006-03-12T17:20:43Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a82500ce
- Parents:
- c102a5c8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc32/src/mm/frame.c
rc102a5c8 r12f952e5 30 30 #include <arch/mm/memory_init.h> 31 31 #include <mm/frame.h> 32 #include <genarch/ofw/memory_init.h>33 32 34 33 void frame_arch_init(void) 35 34 { 36 ofw_init_zones();37 35 /* First is exception vector, second is 'implementation specific' */ 38 36 frame_mark_unavailable(0, 2);
Note:
See TracChangeset
for help on using the changeset viewer.