From 23bbc43d8c7a8d3f49d097fb7537465afceb4ee3 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 29 Jul 2010 17:52:18 +0000 Subject: 2010-07-29 Gedare Bloom 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. --- doc/ChangeLog | 11 +++++++++++ doc/porting/prioritybitmap.t | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) (limited to 'doc') 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 + + 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 PR 1573/cpukit diff --git a/doc/porting/prioritybitmap.t b/doc/porting/prioritybitmap.t index 2e5f3b1e70..2b0b65de30 100644 --- a/doc/porting/prioritybitmap.t +++ b/doc/porting/prioritybitmap.t @@ -44,7 +44,7 @@ indicates whether or not there is a ready to execute task at the priority. -@section _Priority_Bit_map_control Type +@section _Priority_bit_map_Control Type The @code{_Priority_Bit_map_Control} type is the fundamental data type of the priority bit map array used to determine which priorities have ready @@ -59,7 +59,7 @@ instruction. The _CPU_Bitfield_Find_first_bit routine sets _output to the bit number of the first bit set in @code{_value}. @code{_value} is of CPU dependent type -@code{Priority_Bit_map_control}. A stub version of this routine is as follows: +@code{Priority_bit_map_Control}. A stub version of this routine is as follows: @example #define _CPU_Bitfield_Find_first_bit( _value, _output ) \ -- cgit v1.2.3