summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/no_cpu
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-11-17 05:58:06 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-11-17 05:58:06 +0000
commit795da078a117e5c7c47fc242b32e25830d6a1f6d (patch)
tree121e4b3f556208ebc946aaf5b3b4b1dc2cabf660 /cpukit/score/cpu/no_cpu
parent2006-11-16 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-795da078a117e5c7c47fc242b32e25830d6a1f6d.tar.bz2
2006-11-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/score/types.h: Remove unsigned64, signed64.
Diffstat (limited to 'cpukit/score/cpu/no_cpu')
-rw-r--r--cpukit/score/cpu/no_cpu/ChangeLog4
-rw-r--r--cpukit/score/cpu/no_cpu/rtems/score/types.h6
2 files changed, 4 insertions, 6 deletions
diff --git a/cpukit/score/cpu/no_cpu/ChangeLog b/cpukit/score/cpu/no_cpu/ChangeLog
index dbc5ba076b..a7988ef634 100644
--- a/cpukit/score/cpu/no_cpu/ChangeLog
+++ b/cpukit/score/cpu/no_cpu/ChangeLog
@@ -1,3 +1,7 @@
+2006-11-17 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * rtems/score/types.h: Remove unsigned64, signed64.
+
2006-01-16 Joel Sherrill <joel@OARcorp.com>
* rtems/asm.h, rtems/score/cpu.h, rtems/score/types.h: Part of a large
diff --git a/cpukit/score/cpu/no_cpu/rtems/score/types.h b/cpukit/score/cpu/no_cpu/rtems/score/types.h
index e3703d976a..7587db3cc6 100644
--- a/cpukit/score/cpu/no_cpu/rtems/score/types.h
+++ b/cpukit/score/cpu/no_cpu/rtems/score/types.h
@@ -31,15 +31,9 @@ extern "C" {
* This section defines the basic types for this processor.
*/
-/** This defines an unsigned 64-bit integer. */
-typedef unsigned long long unsigned64;
-
/** This defines the type for a priority bit map entry. */
typedef uint16_t Priority_Bit_map_control;
-/** This defines the type for a 64 bit signed integer */
-typedef signed long long signed64;
-
/** This defines the type for a Boolean value, */
typedef uint32_t boolean; /* Boolean value */