summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 86c1384d4e..95e8c494e5 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,12 @@
+2009-09-13 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * score/inline/rtems/score/coremsg.inl, score/src/coremsg.c,
+ score/src/coremsgbroadcast.c, score/src/coremsginsert.c,
+ score/src/coremsgseize.c, score/src/coremsgsubmit.c: Add wrappers for
+ accessing message priority. Since these are empty when priority-based
+ message queues are disabled, this eliminates some of the
+ conditionals.
+
2009-09-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/src/coremsgseize.c: Fix typo.