From 3a0827287dc2c2328e953fead2b883501053c444 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 10 Jul 2009 20:32:48 +0000 Subject: 2009-07-10 Joel Sherrill * 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. --- cpukit/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cpukit/ChangeLog') 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 + + * 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 * score/src/watchdogadjusttochain.c: Rework to ease code coverage -- cgit v1.2.3