Subversion Repositories HelenOS

Rev

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

Rev 2131 Rev 2175
Line 40... Line 40...
40
 
40
 
41
/** Architecture dependent address space init. */
41
/** Architecture dependent address space init. */
42
void as_arch_init(void)
42
void as_arch_init(void)
43
{
43
{
44
        as_operations = &as_pt_operations;
44
        as_operations = &as_pt_operations;
45
    asid_fifo_init();
-
 
46
}
45
}
47
 
46
 
48
/** Install address space.
-
 
49
 *
-
 
50
 * Install ASID.
-
 
51
 *
-
 
52
 * @param as Address space structure.
-
 
53
 */
-
 
54
void as_install_arch(as_t *as)
-
 
55
{
-
 
56
    /* TODO */
-
 
57
}
-
 
58
 
47
 
59
/** @}
48
/** @}
60
 */
49
 */