From f570b0719919c923b217f83ce6664cb4bd2f99eb Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 1 Apr 2014 10:20:01 +0200 Subject: score: Rename Priority_bit_map_Control Rename Priority_bit_map_Control in Priority_bit_map_Word. --- cpukit/score/cpu/mips/rtems/score/cpu.h | 2 +- cpukit/score/cpu/mips/rtems/score/types.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/score/cpu/mips/rtems') diff --git a/cpukit/score/cpu/mips/rtems/score/cpu.h b/cpukit/score/cpu/mips/rtems/score/cpu.h index c4873fbbdb..b8719697c5 100644 --- a/cpukit/score/cpu/mips/rtems/score/cpu.h +++ b/cpukit/score/cpu/mips/rtems/score/cpu.h @@ -937,7 +937,7 @@ extern void mips_break( int error ); /* * This routine sets _output to the bit number of the first bit - * set in _value. _value is of CPU dependent type Priority_bit_map_Control. + * set in _value. _value is of CPU dependent type Priority_bit_map_Word. * This type may be either 16 or 32 bits wide although only the 16 * least significant bits will be used. * diff --git a/cpukit/score/cpu/mips/rtems/score/types.h b/cpukit/score/cpu/mips/rtems/score/types.h index 2f2547420b..3f9429b1c6 100644 --- a/cpukit/score/cpu/mips/rtems/score/types.h +++ b/cpukit/score/cpu/mips/rtems/score/types.h @@ -40,7 +40,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_Word; typedef void mips_isr; typedef void ( *mips_isr_entry )( void ); -- cgit v1.2.3