forked from Imagelibrary/rtems
2001-01-03 Joel Sherrill <joel@OARcorp.com>
* clockdrv_shell.c: Fixed syntax error in fast idle support.
This commit is contained in:
@@ -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>
|
2001-01-03 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* clockdrv_shell.c: Added fast idle mode which is enabled by defining
|
* clockdrv_shell.c: Added fast idle mode which is enabled by defining
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ rtems_isr Clock_isr(
|
|||||||
Clock_driver_ticks += 1;
|
Clock_driver_ticks += 1;
|
||||||
rtems_clock_tick();
|
rtems_clock_tick();
|
||||||
} while ( _Thread_Executing == _Thread_Idle &&
|
} while ( _Thread_Executing == _Thread_Idle &&
|
||||||
_Thread_Heir == _Thread_Executing)
|
_Thread_Heir == _Thread_Executing);
|
||||||
|
|
||||||
Clock_driver_support_at_tick();
|
Clock_driver_support_at_tick();
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user