Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1303 → Rev 1304

/kernel/trunk/arch/ppc32/src/ppc32.c
59,6 → 59,10
 
void arch_post_mm_init(void)
{
if (config.cpu_active == 1) {
/* Merge all zones to 1 big zone */
zone_merge_all();
}
}
 
void arch_pre_smp_init(void)