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/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'cpukit/ChangeLog') 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 + + * 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 * posix/Makefile.am, score/src/objectgetnoprotection.c: Eliminate some -- cgit v1.2.3