Changeset f5935ed in mainline for arch/sparc64/src
- Timestamp:
- 2006-02-06T15:09:58Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 021d471
- Parents:
- c7ec94a4
- Location:
- arch/sparc64/src/mm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/sparc64/src/mm/frame.c
rc7ec94a4 rf5935ed 34 34 { 35 35 /* 36 * Workaround to prevent slab allocator from allocating fram 0,37 * which is not , at that time, mapped.36 * Workaround to prevent slab allocator from allocating frame 0, 37 * which is not mapped by OFW. 38 38 */ 39 39 frame_region_not_free(0, FRAME_SIZE); -
arch/sparc64/src/mm/page.c
rc7ec94a4 rf5935ed 32 32 void page_arch_init(void) 33 33 { 34 page_ operations = &page_ht_operations;34 page_mapping_operations = &ht_mapping_operations; 35 35 }
Note:
See TracChangeset
for help on using the changeset viewer.
