summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2008-06-11 08:19:53 +0000
committerChris Johns <chrisj@rtems.org>2008-06-11 08:19:53 +0000
commita552181af9a4a31facd9ce8e3743223b1d9ff94e (patch)
tree7699d32df74946e081fa144fa2752dce78750466 /cpukit/ChangeLog
parenthris Johns <chrisj@rtems.org> (diff)
downloadrtems-a552181af9a4a31facd9ce8e3743223b1d9ff94e.tar.bz2
2008-06-10 Chris Johns <chrisj@rtems.org>
* score/include/rtems/score/priority.h: Let the CPU define the maximum and minimum priority levels to reduce the amount of memory thread chains use.
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 ebbf038064..27be15eb9a 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+2008-06-10 Chris Johns <chrisj@rtems.org>
+
+ * score/include/rtems/score/priority.h: Let the CPU define the
+ maximum and minimum priority levels to reduce the amount of memory
+ thread chains use.
+
2008-06-06 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems/include/rtems.h, rtems/include/rtems/rtems/clock.h,