From a44edd152f92e9609003a188b52739369d99472b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 29 Jul 2010 17:52:00 +0000 Subject: 2010-07-29 Gedare Bloom PR 1635/cpukit * rtems/score/types.h: 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. --- cpukit/score/cpu/sparc64/rtems/score/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/cpu/sparc64/rtems/score') diff --git a/cpukit/score/cpu/sparc64/rtems/score/types.h b/cpukit/score/cpu/sparc64/rtems/score/types.h index 15009b5a1d..92c67cdf61 100644 --- a/cpukit/score/cpu/sparc64/rtems/score/types.h +++ b/cpukit/score/cpu/sparc64/rtems/score/types.h @@ -31,7 +31,7 @@ extern "C" { * This section defines the basic types for this processor. */ -typedef uint16_t Priority_Bit_map_control; +typedef uint16_t Priority_bit_map_Control; typedef void sparc_isr; typedef void ( *sparc_isr_entry )( void ); -- cgit v1.2.3