Subversion Repositories HelenOS

Rev

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

Rev 1837 Rev 1901
Line 80... Line 80...
80
        /* Merge all zones to 1 big zone */
80
        /* Merge all zones to 1 big zone */
81
        zone_merge_all();
81
        zone_merge_all();
82
    }
82
    }
83
}
83
}
84
 
84
 
-
 
85
void arch_post_cpu_init(void)
-
 
86
{
-
 
87
}
-
 
88
 
85
void arch_pre_smp_init(void)
89
void arch_pre_smp_init(void)
86
{
90
{
87
    memory_print_map();
91
    memory_print_map();
88
}
92
}
89
 
93