Subversion Repositories HelenOS

Compare Revisions

Regard whitespace Rev 2744 → Rev 2745

/trunk/kernel/arch/mips32/src/mm/tlb.c
572,7 → 572,7
*/
void tlb_invalidate_pages(asid_t asid, uintptr_t page, count_t cnt)
{
int i;
unsigned int i;
ipl_t ipl;
entry_lo_t lo0, lo1;
entry_hi_t hi, hi_save;