From 46d3c6d83302c256ddfd3a249da39c0e86497782 Mon Sep 17 00:00:00 2001 From: Gedare Bloom Date: Mon, 16 Mar 2015 16:15:55 -0400 Subject: cpukit: add and use CPU_Uint32ptr type --- cpukit/score/include/rtems/score/interr.h | 2 +- cpukit/score/include/rtems/score/thread.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/score/include/rtems/score') diff --git a/cpukit/score/include/rtems/score/interr.h b/cpukit/score/include/rtems/score/interr.h index 7c2a604b57..dcf2f2f5c8 100644 --- a/cpukit/score/include/rtems/score/interr.h +++ b/cpukit/score/include/rtems/score/interr.h @@ -164,7 +164,7 @@ typedef enum { INTERNAL_ERROR_RESOURCE_IN_USE } Internal_errors_Core_list; -typedef uintptr_t Internal_errors_t; +typedef CPU_Uint32ptr Internal_errors_t; /** * This type holds the fatal error information. diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h index 4984949377..cea88f4ab7 100644 --- a/cpukit/score/include/rtems/score/thread.h +++ b/cpukit/score/include/rtems/score/thread.h @@ -109,7 +109,7 @@ typedef void *Thread; * then converted back to a pointer to void. The result will compare equal to * the original pointer. */ -typedef uintptr_t Thread_Entry_numeric_type; +typedef CPU_Uint32ptr Thread_Entry_numeric_type; /** * The following defines the ways in which the entry point for a -- cgit v1.2.3