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. --- cpukit/score/cpu/mips/ChangeLog | 5 +++++ cpukit/score/cpu/mips/rtems/score/cpu.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'cpukit/score/cpu') diff --git a/cpukit/score/cpu/mips/ChangeLog b/cpukit/score/cpu/mips/ChangeLog index ff63919afb..7c88656444 100644 --- a/cpukit/score/cpu/mips/ChangeLog +++ b/cpukit/score/cpu/mips/ChangeLog @@ -1,3 +1,8 @@ +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. + 2001-02-01 Greg Menke * cpu.c: Enhancements and fixes for modifying the SR when changing diff --git a/cpukit/score/cpu/mips/rtems/score/cpu.h b/cpukit/score/cpu/mips/rtems/score/cpu.h index 1ece7ebbe5..1f013d4121 100644 --- a/cpukit/score/cpu/mips/rtems/score/cpu.h +++ b/cpukit/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