Subversion Repositories HelenOS

Rev

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

Rev 1837 Rev 1901
Line 73... Line 73...
73
        /* Merge all zones to 1 big zone */
73
        /* Merge all zones to 1 big zone */
74
        zone_merge_all();
74
        zone_merge_all();
75
    }
75
    }
76
}
76
}
77
 
77
 
-
 
78
void arch_post_cpu_init(void)
-
 
79
{
-
 
80
}
-
 
81
 
78
void arch_pre_smp_init(void)
82
void arch_pre_smp_init(void)
79
{
83
{
80
    memory_print_map();
84
    memory_print_map();
81
}
85
}
82
 
86