summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-07 17:29:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-07 17:29:47 +0000
commit06f5ec9ce0fc6e876f40a4f07975049751fee669 (patch)
treeeed4c95664050c92cd77533429feb583ecab9e2f /cpukit/ChangeLog
parent2009-07-07 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-06f5ec9ce0fc6e876f40a4f07975049751fee669.tar.bz2
2009-07-07 Joel Sherrill <joel.sherrill@OARcorp.com>
* posix/src/mutexsetprioceiling.c: Restructure to eliminate code paths which are unreachable. Also add more comments. * score/src/coremutexsurrender.c: Mark some code as RTEMS_DEBUG only since it cannot be hit unless coremutexseize.c is broken.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 3b9a35d2e4..596e87016d 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,10 @@
+2009-07-07 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * posix/src/mutexsetprioceiling.c: Restructure to eliminate code
+ paths which are unreachable. Also add more comments.
+ * score/src/coremutexsurrender.c: Mark some code as RTEMS_DEBUG only
+ since it cannot be hit unless coremutexseize.c is broken.
+
2009-07-06 Joel Sherrill <joel.sherrill@OARcorp.com>
* posix/src/mutexget.c: Restructure to improve ability to do coverage