From 790b50b8da754eba39e2c21d67bb9b14df966080 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 17 Dec 2008 22:46:05 +0000 Subject: 2008-12-17 Joel Sherrill * sapi/include/rtems/extension.h, sapi/include/rtems/io.h, sapi/src/exinit.c, sapi/src/extension.c, sapi/src/io.c, score/include/rtems/score/mpci.h, score/include/rtems/score/object.h, score/include/rtems/score/thread.h, score/include/rtems/score/tod.h, score/include/rtems/score/userext.h, score/include/rtems/score/wkspace.h, score/src/coretod.c, score/src/mpci.c, score/src/object.c, score/src/thread.c, score/src/userext.c, score/src/wkspace.c: Convert SAPI manager and SuperCore Handler initialization routines to directly pull parameters from configuration table. --- cpukit/score/src/coretod.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'cpukit/score/src/coretod.c') diff --git a/cpukit/score/src/coretod.c b/cpukit/score/src/coretod.c index 6d0fc11b5a..f672c43455 100644 --- a/cpukit/score/src/coretod.c +++ b/cpukit/score/src/coretod.c @@ -2,7 +2,7 @@ * Time of Day (TOD) Handler */ -/* COPYRIGHT (c) 1989-2007. +/* COPYRIGHT (c) 1989-2008. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be @@ -28,15 +28,12 @@ * * This routine initializes the time of day handler. * - * Input parameters: - * microseconds_per_tick - microseconds between clock ticks + * Input parameters: NONE * * Output parameters: NONE */ -void _TOD_Handler_initialization( - uint32_t microseconds_per_tick -) +void _TOD_Handler_initialization(void) { /* POSIX format TOD (timespec) */ _Timestamp_Set( &_TOD_Now, TOD_SECONDS_1970_THROUGH_1988, 0 ); -- cgit v1.2.3