Subversion Repositories HelenOS

Rev

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

Rev 2071 Rev 2089
Line 31... Line 31...
31
 */
31
 */
32
/** @file
32
/** @file
33
 */
33
 */
34
 
34
 
35
#include <arch/mm/as.h>
35
#include <arch/mm/as.h>
36
#include <genarch/mm/as_pt.h>
36
#include <genarch/mm/page_pt.h>
37
 
37
 
38
/** Architecture dependent address space init. */
38
/** Architecture dependent address space init. */
39
void as_arch_init(void)
39
void as_arch_init(void)
40
{
40
{
41
    as_operations = &as_pt_operations;
41
    as_operations = &as_pt_operations;