Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 572 → Rev 573

/kernel/trunk/arch/mips32/src/mips32.c
55,7 → 55,7
/* It is not assumed by default */
interrupts_disable();
 
init_arc();
arc_init();
 
/* Copy the exception vectors to the right places */
memcpy(TLB_EXC, (char *)tlb_refill_entry, EXCEPTION_JUMP_SIZE);