forked from Imagelibrary/rtems
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user