From fc054cabb5bed1dfd99a3fa96297ba3293dd9f1d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 4 Apr 2007 13:54:10 +0000 Subject: 2007-04-04 Joel Sherrill * score/Makefile.am, score/include/rtems/score/tod.h, score/inline/rtems/score/tod.inl: Make _TOD_Tickle_ticks a real non-inlined routine. It should only be used once so there is little advantage to inlining it. * score/src/coretodtickle.c: New file. --- cpukit/score/include/rtems/score/tod.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cpukit/score/include/rtems/score/tod.h') diff --git a/cpukit/score/include/rtems/score/tod.h b/cpukit/score/include/rtems/score/tod.h index 8adbebd99e..c07a48a3e5 100644 --- a/cpukit/score/include/rtems/score/tod.h +++ b/cpukit/score/include/rtems/score/tod.h @@ -184,6 +184,12 @@ void _TOD_Get_uptime( struct timespec *time ); +/** + * This routine increments the ticks field of the current time of + * day at each clock tick. + */ +void _TOD_Tickle_ticks( void ); + /** @brief TOD_MILLISECONDS_TO_MICROSECONDS * * This routine converts an interval expressed in milliseconds to microseconds. -- cgit v1.2.3