Changeset c7ec94a4 in mainline for arch/sparc64/src/mm/frame.c
- Timestamp:
- 2006-02-06T14:18:28Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f5935ed
- Parents:
- 214f5bb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/sparc64/src/mm/frame.c
r214f5bb rc7ec94a4 33 33 void frame_arch_init(void) 34 34 { 35 /* 36 * Workaround to prevent slab allocator from allocating fram 0, 37 * which is not, at that time, mapped. 38 */ 39 frame_region_not_free(0, FRAME_SIZE); 40 35 41 zone_create_in_region(0, config.memory_size & ~(FRAME_SIZE - 1)); 36 42 }
Note:
See TracChangeset
for help on using the changeset viewer.