Subversion Repositories HelenOS-historic

Rev

Rev 944 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 944 Rev 947
Line 76... Line 76...
76
        itc_mapping_insert(0+i*(1<<PAGE_WIDTH),8,entryi);
76
        itc_mapping_insert(0+i*(1<<PAGE_WIDTH),8,entryi);
77
        dtc_mapping_insert(0+i*(1<<PAGE_WIDTH),9,entryd);
77
        dtc_mapping_insert(0+i*(1<<PAGE_WIDTH),9,entryd);
78
    }  
78
    }  
79
   
79
   
80
 
80
 
81
    tlb_invalidate_pages(8,0x18000,13);
81
    tlb_invalidate_pages(8,0x0c000,14);
82
   
82
   
83
    /*tlb_invalidate_all();*/
83
    /*tlb_invalidate_all();*/
84
   
84
   
85
}
85
}