Subversion Repositories HelenOS-historic

Rev

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

Rev 792 Rev 793
Line 45... Line 45...
45
static void set_environment(void);
45
static void set_environment(void);
46
 
46
 
47
/** Initialize ia64 virtual address translation subsystem. */
47
/** Initialize ia64 virtual address translation subsystem. */
48
void page_arch_init(void)
48
void page_arch_init(void)
49
{
49
{
50
    page_operations = &page_ht_operations;
50
    page_mapping_operations = &ht_mapping_operations;
51
    pk_disable();
51
    pk_disable();
52
    set_environment();
52
    set_environment();
53
}
53
}
54
 
54
 
55
/** Initialize VHPT and region registers. */
55
/** Initialize VHPT and region registers. */