/trunk/kernel/arch/ppc64/src/ppc64.c |
---|
68,7 → 68,7 |
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); |
fb_init(bootinfo.screen.addr, bootinfo.screen.width, bootinfo.screen.height, bootinfo.screen.bpp, bootinfo.screen.scanline, false); |
/* Merge all zones to 1 big zone */ |
zone_merge_all(); |
112,4 → 112,3 |
/** @} |
*/ |