summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-10 20:32:48 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-10 20:32:48 +0000
commit3a0827287dc2c2328e953fead2b883501053c444 (patch)
treeb531e6db204a3acaa8d7ab7c434b90aed1790b5c /cpukit/ChangeLog
parent2009-07-10 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-3a0827287dc2c2328e953fead2b883501053c444.tar.bz2
2009-07-10 Joel Sherrill <joel.sherrill@OARcorp.com>
* configure.ac, score/src/threadqenqueuepriority.c: Add RTEMS_DO_NOT_UNROLL_THREADQ_ENQUEUE_PRIORITY to give user ability to disable the loop in _Thread_queue_Enqueue_priority from being unrolled. This reduces code size and makes coverage analysis easier.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 46815a926e..c9abd19ace 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,10 @@
+2009-07-10 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * configure.ac, score/src/threadqenqueuepriority.c: Add
+ RTEMS_DO_NOT_UNROLL_THREADQ_ENQUEUE_PRIORITY to give user ability to
+ disable the loop in _Thread_queue_Enqueue_priority from being
+ unrolled. This reduces code size and makes coverage analysis easier.
+
2009-07-09 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/src/watchdogadjusttochain.c: Rework to ease code coverage