From 0bc5329df83cb538a64604cd4f4e48b4c97e05c8 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 4 Feb 2002 20:05:30 +0000 Subject: 2001-02-04 Joel Sherrill * rtems/score/cpu.h: IDLE task should not be FP. This was a mistake in the previous patch that has now been confirmed. --- c/src/exec/score/cpu/mips/rtems/score/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/exec/score/cpu/mips/rtems/score/cpu.h') diff --git a/c/src/exec/score/cpu/mips/rtems/score/cpu.h b/c/src/exec/score/cpu/mips/rtems/score/cpu.h index 1ece7ebbe5..1f013d4121 100644 --- a/c/src/exec/score/cpu/mips/rtems/score/cpu.h +++ b/c/src/exec/score/cpu/mips/rtems/score/cpu.h @@ -207,7 +207,7 @@ extern "C" { * must be saved as part of the preemption. */ -#define CPU_IDLE_TASK_IS_FP TRUE +#define CPU_IDLE_TASK_IS_FP FALSE /* * Should the saving of the floating point registers be deferred -- cgit v1.2.3