Subversion Repositories HelenOS-historic

Rev

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

Rev 1274 Rev 1304
Line 57... Line 57...
57
    cuda_init();
57
    cuda_init();
58
}
58
}
59
 
59
 
60
void arch_post_mm_init(void)
60
void arch_post_mm_init(void)
61
{
61
{
-
 
62
    if (config.cpu_active == 1) {
-
 
63
        /* Merge all zones to 1 big zone */
-
 
64
        zone_merge_all();
-
 
65
    }
62
}
66
}
63
 
67
 
64
void arch_pre_smp_init(void)
68
void arch_pre_smp_init(void)
65
{
69
{
66
    memory_print_map();
70
    memory_print_map();