Subversion Repositories HelenOS

Rev

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

Rev 1840 Rev 1901
Line 149... Line 149...
149
        /* Merge all memory zones to 1 big zone */
149
        /* Merge all memory zones to 1 big zone */
150
        zone_merge_all();
150
        zone_merge_all();
151
    }
151
    }
152
}
152
}
153
 
153
 
-
 
154
void arch_post_cpu_init(void)
-
 
155
{
-
 
156
}
-
 
157
 
154
void arch_pre_smp_init(void)
158
void arch_pre_smp_init(void)
155
{
159
{
156
    if (config.cpu_active == 1) {
160
    if (config.cpu_active == 1) {
157
        memory_print_map();
161
        memory_print_map();
158
       
162