Subversion Repositories HelenOS

Rev

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

Rev 1891 Rev 1905
Line 69... Line 69...
69
};
69
};
70
 
70
 
71
void tlb_arch_init(void)
71
void tlb_arch_init(void)
72
{
72
{
73
    /*
73
    /*
74
     * TLBs are actually initialized early
74
     * Invalidate all non-locked DTLB and ITLB entries.
75
     * in start.S.
-
 
76
     */
75
     */
-
 
76
    tlb_invalidate_all();
77
}
77
}
78
 
78
 
79
/** Insert privileged mapping into DMMU TLB.
79
/** Insert privileged mapping into DMMU TLB.
80
 *
80
 *
81
 * @param page Virtual page address.
81
 * @param page Virtual page address.