Changeset c7ec94a4 in mainline for arch/sparc64/src/mm/frame.c


Ignore:
Timestamp:
2006-02-06T14:18:28Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f5935ed
Parents:
214f5bb
Message:

Page hash table architectures now use generic hash table to manage
mappings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/sparc64/src/mm/frame.c

    r214f5bb rc7ec94a4  
    3333void frame_arch_init(void)
    3434{
     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       
    3541        zone_create_in_region(0, config.memory_size & ~(FRAME_SIZE - 1));
    3642}
Note: See TracChangeset for help on using the changeset viewer.