Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1371 → Rev 1370

/kernel/trunk/arch/ppc32/src/ppc32.c
57,6 → 57,8
/* Start decrementer */
start_decrementer();
 
ppc32_console_init();
cuda_init();
}
 
63,8 → 65,6
void arch_post_mm_init(void)
{
if (config.cpu_active == 1) {
fb_init(bootinfo.screen.addr, bootinfo.screen.width, bootinfo.screen.height, bootinfo.screen.bpp, bootinfo.screen.scanline);
/* Merge all zones to 1 big zone */
zone_merge_all();