summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-01-21 20:47:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-01-21 20:47:58 +0000
commit03f0885546cd067f01be23c611a2795b97ecacc0 (patch)
tree512808dd6f66f6268e0b5b3f203333dba30640f1 /cpukit/ChangeLog
parent2009-01-21 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-03f0885546cd067f01be23c611a2795b97ecacc0.tar.bz2
2009-01-21 Nickolay Kolchin <nbkolchin@gmail.com>
Joel Sherrill <joel.sherrill@oarcorp.com> PR 1357/cpukit * rtems/src/tasks.c: Ensure creating a task with no ASR is honored.
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 49bddc59c6..afaf4296b5 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+2009-01-21 Nickolay Kolchin <nbkolchin@gmail.com>
+ Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ PR 1357/cpukit
+ * rtems/src/tasks.c: Ensure creating a task with no ASR is honored.
+
2009-01-21 Joel Sherrill <joel.sherrill@OARcorp.com>
* rtems/src/tasks.c: Initialize event_condition to 0 just because.