summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/coretod.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/coretod.c')
-rw-r--r--cpukit/score/src/coretod.c14
1 files changed, 1 insertions, 13 deletions
diff --git a/cpukit/score/src/coretod.c b/cpukit/score/src/coretod.c
index 975ffefc7d..1df1b4ed86 100644
--- a/cpukit/score/src/coretod.c
+++ b/cpukit/score/src/coretod.c
@@ -20,16 +20,4 @@
#include <rtems/score/todimpl.h>
-void _TOD_Handler_initialization(void)
-{
- struct timespec ts;
-
- _Timecounter_Initialize();
-
- ts.tv_sec = TOD_SECONDS_1970_THROUGH_1988;
- ts.tv_nsec = 0;
- _Timecounter_Set_clock( &ts );
-
- /* TOD has not been set */
- _TOD.is_set = false;
-}
+TOD_Control _TOD;