summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-09 22:35:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-09 22:35:10 +0000
commit5b33dc8076ed5afe512114ed45536cc85708c7de (patch)
tree0a774de76db7ba598aa21f3fb5775d9a84ad5b49 /cpukit/ChangeLog
parent2008-01-09 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-5b33dc8076ed5afe512114ed45536cc85708c7de.tar.bz2
2008-01-09 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/include/rtems/score/wkspace.h, score/inline/rtems/score/wkspace.inl, score/src/wkspace.c: Do not inline _Workspace_Free or _Workspace_Allocate since they are not always inlined and actually smaller overall as subroutines. They are not particularly time critical so inlining is not absolutely necessary.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 828beab9c4..98b5d30e35 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,14 @@
2008-01-09 Joel Sherrill <joel.sherrill@OARcorp.com>
+ * score/include/rtems/score/wkspace.h,
+ score/inline/rtems/score/wkspace.inl, score/src/wkspace.c: Do not
+ inline _Workspace_Free or _Workspace_Allocate since they are not
+ always inlined and actually smaller overall as subroutines. They are
+ not particularly time critical so inlining is not absolutely
+ necessary.
+
+2008-01-09 Joel Sherrill <joel.sherrill@OARcorp.com>
+
* posix/Makefile.am, posix/include/rtems/posix/cond.h,
posix/include/rtems/posix/mutex.h, posix/inline/rtems/posix/cond.inl,
posix/inline/rtems/posix/mutex.inl: Do not include POSIX Mutex or