Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 615 → Rev 614

/kernel/trunk/arch/mips32/src/exception.c
111,7 → 111,6
tlb_invalid(pstate);
}
 
#ifdef CONFIG_FPU_LAZY
static void cpuns_exception(int n, void *data)
{
if (cp0_cause_coperr(cp0_cause_read()) == fpu_cop_id)
119,7 → 118,6
else
panic("unhandled Coprocessor Unusable Exception\n");
}
#endif
 
static void interrupt_exception(int n, void *pstate)
{