summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/coretodset.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-07-29 11:41:42 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-07-29 11:41:42 +0000
commitb272001594cb3bd95dd4ad0708dec8e2e23686ef (patch)
tree3a34a79d5d86ff4dd980b757433200f42c54d801 /cpukit/score/src/coretodset.c
parent2008-07-29 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-b272001594cb3bd95dd4ad0708dec8e2e23686ef.tar.bz2
Remove stray args in function call.
Diffstat (limited to 'cpukit/score/src/coretodset.c')
-rw-r--r--cpukit/score/src/coretodset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/coretodset.c b/cpukit/score/src/coretodset.c
index d689a62e89..c34f571e30 100644
--- a/cpukit/score/src/coretodset.c
+++ b/cpukit/score/src/coretodset.c
@@ -53,7 +53,7 @@ void _TOD_Set(
_TOD_Now = *time;
_TOD_Is_set = TRUE;
- _TOD_Activate( 0 );
+ _TOD_Activate();
_Thread_Enable_dispatch();
}