2001-02-04 Joel Sherrill <joel@OARcorp.com>

* rtems/score/cpu.h: IDLE task should not be FP.  This was a mistake
	in the previous patch that has now been confirmed.
This commit is contained in:
Joel Sherrill
2002-02-04 20:05:30 +00:00
parent 96ecd879f8
commit 0bc5329df8
4 changed files with 12 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2001-02-04 Joel Sherrill <joel@OARcorp.com>
* 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 <gregory.menke@gsfc.nasa.gov>
* cpu.c: Enhancements and fixes for modifying the SR when changing

View File

@@ -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

View File

@@ -1,3 +1,8 @@
2001-02-04 Joel Sherrill <joel@OARcorp.com>
* 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 <gregory.menke@gsfc.nasa.gov>
* cpu.c: Enhancements and fixes for modifying the SR when changing

View File

@@ -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