From 14966f8153456626d7f1c05b452ba89934dba334 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 21 Mar 1996 20:19:55 +0000 Subject: *** empty log message *** --- c/src/exec/score/headers/address.h | 2 -- c/src/exec/score/include/rtems/score/address.h | 2 -- c/src/exec/score/src/thread.c | 8 ++++---- 3 files changed, 4 insertions(+), 8 deletions(-) (limited to 'c/src/exec/score') diff --git a/c/src/exec/score/headers/address.h b/c/src/exec/score/headers/address.h index ec5ec6b03e..d9be75ee4b 100644 --- a/c/src/exec/score/headers/address.h +++ b/c/src/exec/score/headers/address.h @@ -21,9 +21,7 @@ extern "C" { #endif -#ifndef __RTEMS_APPLICATION__ #include -#endif #ifdef __cplusplus } diff --git a/c/src/exec/score/include/rtems/score/address.h b/c/src/exec/score/include/rtems/score/address.h index ec5ec6b03e..d9be75ee4b 100644 --- a/c/src/exec/score/include/rtems/score/address.h +++ b/c/src/exec/score/include/rtems/score/address.h @@ -21,9 +21,7 @@ extern "C" { #endif -#ifndef __RTEMS_APPLICATION__ #include -#endif #ifdef __cplusplus } diff --git a/c/src/exec/score/src/thread.c b/c/src/exec/score/src/thread.c index 258fcb92bd..79fa859cbe 100644 --- a/c/src/exec/score/src/thread.c +++ b/c/src/exec/score/src/thread.c @@ -93,7 +93,7 @@ void _Thread_Handler_initialization( void _Thread_Create_idle( void ) { - Thread (*idle); + void *idle; /* * The entire workspace is zeroed during its initialization. Thus, all @@ -1114,7 +1114,7 @@ boolean _Thread_Evaluate_mode( void ) #ifndef USE_INLINES -STATIC INLINE Thread_Control *_Thread_Get ( +Thread_Control *_Thread_Get ( Objects_Id id, Objects_Locations *location ) @@ -1145,6 +1145,8 @@ STATIC INLINE Thread_Control *_Thread_Get ( return (Thread_Control *) _Objects_Get( information, id, location ); } +#endif + /*PAGE * * _Thread_Idle_body @@ -1167,5 +1169,3 @@ Thread _Thread_Idle_body( for( ; ; ) ; } #endif - -#endif -- cgit v1.2.3