Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1396 → Rev 1395

/kernel/trunk/arch/mips32/src/mips32.c
45,7 → 45,6
#include <arch/drivers/arc.h>
#include <console/chardev.h>
#include <arch/debugger.h>
#include <genarch/fb/fb.h>
 
#include <arch/asm/regname.h>
 
112,9 → 111,6
 
void arch_post_mm_init(void)
{
#ifdef CONFIG_FB
fb_init(0x12000000, 640, 480, 24, 1920); // gxemul framebuffer
#endif
}
 
void arch_pre_smp_init(void)