summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/h8300/rtems/score/types.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-29 17:51:56 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-29 17:51:56 +0000
commit4ef13360d61173e2b5cac0cc43c406295ae9adfe (patch)
tree77b29f056ba0c779284082f230902f2aab96eb32 /cpukit/score/cpu/h8300/rtems/score/types.h
parent2010-07-29 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-4ef13360d61173e2b5cac0cc43c406295ae9adfe.tar.bz2
2010-07-29 Gedare Bloom <giddyup44@yahoo.com>
PR 1635/cpukit * rtems/score/cpu.h, 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.
Diffstat (limited to 'cpukit/score/cpu/h8300/rtems/score/types.h')
-rw-r--r--cpukit/score/cpu/h8300/rtems/score/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/cpu/h8300/rtems/score/types.h b/cpukit/score/cpu/h8300/rtems/score/types.h
index 20bcf72543..e073ffb312 100644
--- a/cpukit/score/cpu/h8300/rtems/score/types.h
+++ b/cpukit/score/cpu/h8300/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 h8300_isr;
typedef void ( *h8300_isr_entry )( void );