summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-04 19:45:18 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-04 19:45:18 +0000
commite660f86feb1c6bb0f965c72616402e0567ce9171 (patch)
treeee324a25a3c4ab74a17470e0eafd032ada27cc92 /cpukit/ChangeLog
parent2009-07-03 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-e660f86feb1c6bb0f965c72616402e0567ce9171.tar.bz2
2009-07-04 Joel Sherrill <joel.sherrill@OARcorp.com>
* rtems/src/taskinitusers.c: Restructure to eliminate dead check -- loop will not be executed when 0 tasks. Also improved comments and eliminated a local variable.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index a3023eb284..95feb43712 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+2009-07-04 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * rtems/src/taskinitusers.c: Restructure to eliminate dead check --
+ loop will not be executed when 0 tasks. Also improved comments and
+ eliminated a local variable.
+
2009-07-03 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/src/apiext.c: Unreachable API Extension paths marked as either