summaryrefslogtreecommitdiffstats
path: root/cpukit/score/inline
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-04-02 21:51:52 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-04-02 21:51:52 +0000
commitf6e09342eea83a34edeb71a140c988a818053a32 (patch)
treee95c73dd531486201f9285b7deac1d4627cbf5d6 /cpukit/score/inline
parent2007-04-02 Jennifer Averett <jennifer.averrett@oarcorp.com> (diff)
downloadrtems-f6e09342eea83a34edeb71a140c988a818053a32.tar.bz2
2007-04-02 Joel Sherrill <joel@OARcorp.com>
* posix/include/rtems/posix/timer.h, posix/src/alarm.c, posix/src/posixtimespectointerval.c, posix/src/ptimer1.c, posix/src/sysconf.c, posix/src/ualarm.c, rtems/src/clockget.c, rtems/src/clocktodvalidate.c, score/include/rtems/score/tod.h, score/inline/rtems/score/tod.inl, score/src/coretod.c: Eliminate TOD_Ticks_per_second variable.
Diffstat (limited to 'cpukit/score/inline')
-rw-r--r--cpukit/score/inline/rtems/score/tod.inl4
1 files changed, 1 insertions, 3 deletions
diff --git a/cpukit/score/inline/rtems/score/tod.inl b/cpukit/score/inline/rtems/score/tod.inl
index 733c4e1ede..f132a0723d 100644
--- a/cpukit/score/inline/rtems/score/tod.inl
+++ b/cpukit/score/inline/rtems/score/tod.inl
@@ -96,9 +96,7 @@ RTEMS_INLINE_ROUTINE void _TOD_Deactivate( void )
* This routine activates updating of the current time of day.
*/
-RTEMS_INLINE_ROUTINE void _TOD_Activate(
- Watchdog_Interval ticks
-)
+RTEMS_INLINE_ROUTINE void _TOD_Activate()
{
/* XXX do we need something now that we are using timespec for TOD */
}