Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1760 → Rev 1767

/kernel/trunk/arch/ppc64/src/mm/page.c
274,7 → 274,7
}
/* Allocate page hash table */
phte_t *physical_phte = (phte_t *) frame_alloc(PHT_ORDER, FRAME_KA | FRAME_PANIC);
phte_t *physical_phte = (phte_t *) frame_alloc(PHT_ORDER, FRAME_KA | FRAME_ATOMIC);
ASSERT((__address) physical_phte % (1 << PHT_BITS) == 0);
pht_init();