Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 457 → Rev 458

/SPARTAN/trunk/arch/mips32/Makefile.inc
102,7 → 102,7
#
 
ifeq ($(CONFIG_FPU_LAZY),y)
DEFS += -DFPU_LAZY
DEFS += -DCONFIG_FPU_LAZY
endif
 
ARCH_SOURCES = \
/SPARTAN/trunk/arch/mips32/src/exception.c
73,7 → 73,7
tlb_invalid(pstate);
break;
case EXC_CpU:
#ifdef FPU_LAZY
#ifdef CONFIG_FPU_LAZY
if (cp0_cause_coperr(cause) == fpu_cop_id)
scheduler_fpu_lazy_request();
else