Subversion Repositories HelenOS

Rev

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

Rev 1792 Rev 1793
Line 57... Line 57...
57
    "Reserved"
57
    "Reserved"
58
};
58
};
59
 
59
 
60
void tlb_arch_init(void)
60
void tlb_arch_init(void)
61
{
61
{
-
 
62
    /*
-
 
63
     * TLBs are actually initialized by
-
 
64
     * take_over_tlb_and_tt() early
-
 
65
     * in start.S.
-
 
66
     */
62
}
67
}
63
 
68
 
64
/** Insert privileged mapping into DMMU TLB.
69
/** Insert privileged mapping into DMMU TLB.
65
 *
70
 *
66
 * @param page Virtual page address.
71
 * @param page Virtual page address.