2001-01-29 Joel Sherrill <joel@OARcorp.com>

* Fixed bug where resetting a timer that was not at the head
	of one of the task timer chains resulted in the Timer Server
	task waking up too far in the future.
	* Added rtems_timer_get_information() directive to support testing.
	* sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
	above condition.
This commit is contained in:
Joel Sherrill
2002-01-29 18:20:59 +00:00
parent a94c2fbba4
commit ef70d9b652
8 changed files with 176 additions and 12 deletions

View File

@@ -52,7 +52,7 @@ rtems_task Task_1(
TEST_EXTERN rtems_id Task_id[ 4 ]; /* array of task ids */
TEST_EXTERN rtems_name Task_name[ 4 ]; /* array of task names */
TEST_EXTERN rtems_id Timer_id[ 2 ]; /* array of timer ids */
TEST_EXTERN rtems_name Timer_name[ 2 ]; /* array of timer names */
TEST_EXTERN rtems_id Timer_id[ 3 ]; /* array of timer ids */
TEST_EXTERN rtems_name Timer_name[ 3 ]; /* array of timer names */
/* end of include file */