summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-03-08 21:41:46 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-03-08 21:41:46 +0000
commit3d1e8ba23e396ac752b05aa0bd3074f29ab68d5c (patch)
tree41378aa4d5f62b165c33b6f72973ccd162d951e4 /cpukit/ChangeLog
parent2007-03-06 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-3d1e8ba23e396ac752b05aa0bd3074f29ab68d5c.tar.bz2
2007-03-08 Joel Sherrill <joel@OARcorp.com>
* rtems/Makefile.am, rtems/src/msgqsend.c, rtems/src/msgqurgent.c: Remove wrapper for message queue send and urgent and implement them directly. There was an unnecessary function call layer in addition to conditions in the shared routine. Directly coding both directives is simpler and should result in smaller code. * rtems/src/msgqsubmit.c: Removed.
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 f9c80cbf00..52c486d382 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,12 @@
+2007-03-08 Joel Sherrill <joel@OARcorp.com>
+
+ * rtems/Makefile.am, rtems/src/msgqsend.c, rtems/src/msgqurgent.c:
+ Remove wrapper for message queue send and urgent and implement them
+ directly. There was an unnecessary function call layer in addition to
+ conditions in the shared routine. Directly coding both directives is
+ simpler and should result in smaller code.
+ * rtems/src/msgqsubmit.c: Removed.
+
2007-03-05 Joel Sherrill <joel@OARcorp.com>
PR 1222/cpukit