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

* clockdrv_shell.c: Fixed syntax error in fast idle support.
This commit is contained in:
Joel Sherrill
2001-01-03 17:53:10 +00:00
parent e177810d50
commit 2e10f5131c
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2001-01-03 Joel Sherrill <joel@OARcorp.com>
* clockdrv_shell.c: Fixed syntax error in fast idle support.
2001-01-03 Joel Sherrill <joel@OARcorp.com>
* clockdrv_shell.c: Added fast idle mode which is enabled by defining

View File

@@ -56,7 +56,7 @@ rtems_isr Clock_isr(
Clock_driver_ticks += 1;
rtems_clock_tick();
} while ( _Thread_Executing == _Thread_Idle &&
_Thread_Heir == _Thread_Executing)
_Thread_Heir == _Thread_Executing);
Clock_driver_support_at_tick();
return;