summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-04-04 13:54:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-04-04 13:54:10 +0000
commitfc054cabb5bed1dfd99a3fa96297ba3293dd9f1d (patch)
tree2f8a54da1dedcc1f47081589b0773a1b7a0c7350 /cpukit/ChangeLog
parent2007-04-02 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-fc054cabb5bed1dfd99a3fa96297ba3293dd9f1d.tar.bz2
2007-04-04 Joel Sherrill <joel@OARcorp.com>
* 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.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 044d7f164e..f158538554 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,11 @@
+2007-04-04 Joel Sherrill <joel@OARcorp.com>
+
+ * 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.
+
2007-04-02 Joel Sherrill <joel@OARcorp.com>
* posix/Makefile.am, score/src/objectgetnoprotection.c: Eliminate some