summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/c4x
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-01-30 09:11:10 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-01-30 09:11:10 +0000
commit1cf2581b5a49e7ec6dc112d8b50c7589883ddff5 (patch)
tree1c55d93a5a40fb0f8cfb7d48f7390b72d71c0bcd /cpukit/score/cpu/c4x
parent2007-01-30 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-1cf2581b5a49e7ec6dc112d8b50c7589883ddff5.tar.bz2
2007-01-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/score/types.h: Use uint_least16_t for Priority_Bit_map_control;
Diffstat (limited to 'cpukit/score/cpu/c4x')
-rw-r--r--cpukit/score/cpu/c4x/ChangeLog5
-rw-r--r--cpukit/score/cpu/c4x/rtems/score/types.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/cpukit/score/cpu/c4x/ChangeLog b/cpukit/score/cpu/c4x/ChangeLog
index ef3ed812d6..00ffd13015 100644
--- a/cpukit/score/cpu/c4x/ChangeLog
+++ b/cpukit/score/cpu/c4x/ChangeLog
@@ -1,3 +1,8 @@
+2007-01-30 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * rtems/score/types.h: Use uint_least16_t for
+ Priority_Bit_map_control;
+
2006-11-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/score/types.h: Remove unsigned64, signed64.
diff --git a/cpukit/score/cpu/c4x/rtems/score/types.h b/cpukit/score/cpu/c4x/rtems/score/types.h
index d2245db6ba..6ff4362d5e 100644
--- a/cpukit/score/cpu/c4x/rtems/score/types.h
+++ b/cpukit/score/cpu/c4x/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 uint_least16_t Priority_Bit_map_control;
typedef uint32_t boolean; /* Boolean value */