From 6e51c4c9f7212bd696ee7aa777c9ca4ac1ad6d3b Mon Sep 17 00:00:00 2001 From: Thomas Doerfler Date: Mon, 30 Nov 2009 09:08:35 +0000 Subject: Added timer server control block Removed _Timer_Server thread pointer Added _Timer_server pointer to the default timer server control block Rework of the timer server implementation. --- cpukit/rtems/src/rtemstimer.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'cpukit/rtems/src/rtemstimer.c') diff --git a/cpukit/rtems/src/rtemstimer.c b/cpukit/rtems/src/rtemstimer.c index 5aeb2fdab2..3cff1f3bf7 100644 --- a/cpukit/rtems/src/rtemstimer.c +++ b/cpukit/rtems/src/rtemstimer.c @@ -56,10 +56,9 @@ void _Timer_Manager_initialization(void) ); /* - * Initialize the pointer to the Timer Server TCB to NULL indicating - * that task-based timer support is not initialized. + * Initialize the pointer to the default timer server control block to NULL + * indicating that task-based timer support is not initialized. */ - _Timer_Server = NULL; - _Timer_Server_schedule_operation = NULL; + _Timer_server = NULL; } -- cgit v1.2.3