summaryrefslogtreecommitdiffstats
path: root/doc/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-29 17:52:18 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-29 17:52:18 +0000
commit23bbc43d8c7a8d3f49d097fb7537465afceb4ee3 (patch)
treec7ddad455b5be5e7d563eccfacd6bbd882a9469a /doc/ChangeLog
parent2010-07-29 Gedare Bloom <giddyup44@yahoo.com> (diff)
downloadrtems-23bbc43d8c7a8d3f49d097fb7537465afceb4ee3.tar.bz2
2010-07-29 Gedare Bloom <giddyup44@yahoo.com>
PR 1635/cpukit * porting/prioritybitmap.t: Refactoring of priority handling, to isolate the bitmap implementation of priorities in the supercore so that priority management is a little more modular. This change is in anticipation of scheduler implementations that can select how they manage tracking priority levels / finding the highest priority ready task. Note that most of the changes here are simple renaming, to clarify the use of the bitmap-based priority management.
Diffstat (limited to '')
-rw-r--r--doc/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 14a7e0c00c..a6d3de6613 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,14 @@
+2010-07-29 Gedare Bloom <giddyup44@yahoo.com>
+
+ PR 1635/cpukit
+ * porting/prioritybitmap.t: Refactoring of priority handling, to
+ isolate the bitmap implementation of priorities in the supercore so
+ that priority management is a little more modular. This change is in
+ anticipation of scheduler implementations that can select how they
+ manage tracking priority levels / finding the highest priority ready
+ task. Note that most of the changes here are simple renaming, to
+ clarify the use of the bitmap-based priority management.
+
2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1573/cpukit