Changeset a294ad0 in mainline for arch/ia64/src/mm/page.c


Ignore:
Timestamp:
2006-02-02T14:00:32Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2d43f3e
Parents:
758e065
Message:

Currently not-working SLAB allocator.

  • slightly changed interface to frame_alloc, allow zone preference
File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia64/src/mm/page.c

    r758e065 ra294ad0  
    9090         * Allocate VHPT and invalidate all its entries.
    9191         */
    92         page_ht = (pte_t *) frame_alloc(FRAME_KA, VHPT_WIDTH - FRAME_WIDTH, NULL);
     92        page_ht = (pte_t *) frame_alloc(FRAME_KA, VHPT_WIDTH - FRAME_WIDTH, NULL, NULL);
    9393        memsetb((__address) page_ht, VHPT_SIZE, 0);
    9494        ht_invalidate_all();   
Note: See TracChangeset for help on using the changeset viewer.