Subversion Repositories HelenOS

Rev

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

Rev 2238 Rev 2294
Line 39... Line 39...
39
#include <arch.h>
39
#include <arch.h>
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
}
45
}
46
 
46
 
47
 
47
 
48
/** @}
48
/** @}
49
 */
49
 */