summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-07 15:33:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-07 15:33:33 +0000
commitc961c06bbe213139b817e495fdba0eb64d5353a1 (patch)
treea8f86f4c39ad63995941a8b0e9d03381fc9d6c67 /cpukit/ChangeLog
parent2008-01-07 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-c961c06bbe213139b817e495fdba0eb64d5353a1.tar.bz2
2008-01-07 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/inline/rtems/score/isr.inl: Fix spacing. * score/src/apimutexallocate.c: Fix spacing. * score/src/coremsgseize.c: Check for message pending instead of message pending count to avoid dead code from inlined chain routine. It checks if the chain is empty so is redundant to count == 0.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 55b31f90e0..0bbbceefeb 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,13 @@
2008-01-07 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * score/inline/rtems/score/isr.inl: Fix spacing.
+ * score/src/apimutexallocate.c: Fix spacing.
+ * score/src/coremsgseize.c: Check for message pending instead of
+ message pending count to avoid dead code from inlined chain routine.
+ It checks if the chain is empty so is redundant to count == 0.
+
+2008-01-07 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* rtems/src/eventseize.c, rtems/src/eventtimeout.c: Minor style clean
up.