Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 1304 → Rev 1303

//kernel/trunk/arch/ppc32/src/mm/frame.c
59,4 → 59,6
/* First is exception vector, second is 'implementation specific', third and fourth is reserved */
frame_mark_unavailable(0, 4);
/* Merge all zones to 1 big zone */
zone_merge_all();
}
//kernel/trunk/arch/ppc32/src/ppc32.c
59,10 → 59,6
 
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)
//kernel/trunk/arch/ppc64/src/mm/frame.c
59,4 → 59,6
/* First is exception vector, second is 'implementation specific', third and fourth is reserved */
frame_mark_unavailable(0, 4);
/* Merge all zones to 1 big zone */
zone_merge_all();
}
//kernel/trunk/arch/ppc64/src/ppc64.c
47,10 → 47,6
 
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)