Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 568 → Rev 569

/kernel/trunk/arch/mips32/src/mm/tlb.c
53,7 → 53,7
* Initialize TLB.
* Invalidate all entries and mark wired entries.
*/
void tlb_init_arch(void)
void tlb_arch_init(void)
{
int i;
 
398,3 → 398,7
hi->value = (((addr/PAGE_SIZE)/2)*PAGE_SIZE*2);
hi->asid = asid;
}
 
void tlb_print(void)
{
}