Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 785 → Rev 786

/kernel/trunk/arch/ia64/src/mm/page.c
89,7 → 89,7
/*
* Allocate VHPT and invalidate all its entries.
*/
page_ht = (pte_t *) frame_alloc(FRAME_KA, VHPT_WIDTH - FRAME_WIDTH, NULL, NULL);
page_ht = (pte_t *) frame_alloc(VHPT_WIDTH - FRAME_WIDTH, FRAME_KA);
memsetb((__address) page_ht, VHPT_SIZE, 0);
ht_invalidate_all();