diff --git a/c/src/exec/score/cpu/mips/ChangeLog b/c/src/exec/score/cpu/mips/ChangeLog index ff63919afb..7c88656444 100644 --- a/c/src/exec/score/cpu/mips/ChangeLog +++ b/c/src/exec/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/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 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