*** empty log message ***

This commit is contained in:
Joel Sherrill
1996-03-21 20:19:55 +00:00
parent f398452a64
commit 14966f8153
5 changed files with 8 additions and 14 deletions

View File

@@ -21,9 +21,7 @@
extern "C" { extern "C" {
#endif #endif
#ifndef __RTEMS_APPLICATION__
#include <rtems/score/address.inl> #include <rtems/score/address.inl>
#endif
#ifdef __cplusplus #ifdef __cplusplus
} }

View File

@@ -21,9 +21,7 @@
extern "C" { extern "C" {
#endif #endif
#ifndef __RTEMS_APPLICATION__
#include <rtems/score/address.inl> #include <rtems/score/address.inl>
#endif
#ifdef __cplusplus #ifdef __cplusplus
} }

View File

@@ -93,7 +93,7 @@ void _Thread_Handler_initialization(
void _Thread_Create_idle( void ) void _Thread_Create_idle( void )
{ {
Thread (*idle); void *idle;
/* /*
* The entire workspace is zeroed during its initialization. Thus, all * The entire workspace is zeroed during its initialization. Thus, all
@@ -1114,7 +1114,7 @@ boolean _Thread_Evaluate_mode( void )
#ifndef USE_INLINES #ifndef USE_INLINES
STATIC INLINE Thread_Control *_Thread_Get ( Thread_Control *_Thread_Get (
Objects_Id id, Objects_Id id,
Objects_Locations *location Objects_Locations *location
) )
@@ -1145,6 +1145,8 @@ STATIC INLINE Thread_Control *_Thread_Get (
return (Thread_Control *) _Objects_Get( information, id, location ); return (Thread_Control *) _Objects_Get( information, id, location );
} }
#endif
/*PAGE /*PAGE
* *
* _Thread_Idle_body * _Thread_Idle_body
@@ -1167,5 +1169,3 @@ Thread _Thread_Idle_body(
for( ; ; ) ; for( ; ; ) ;
} }
#endif #endif
#endif

View File

@@ -21,9 +21,7 @@
extern "C" { extern "C" {
#endif #endif
#ifndef __RTEMS_APPLICATION__
#include <rtems/score/address.inl> #include <rtems/score/address.inl>
#endif
#ifdef __cplusplus #ifdef __cplusplus
} }

View File

@@ -93,7 +93,7 @@ void _Thread_Handler_initialization(
void _Thread_Create_idle( void ) void _Thread_Create_idle( void )
{ {
Thread (*idle); void *idle;
/* /*
* The entire workspace is zeroed during its initialization. Thus, all * The entire workspace is zeroed during its initialization. Thus, all
@@ -1114,7 +1114,7 @@ boolean _Thread_Evaluate_mode( void )
#ifndef USE_INLINES #ifndef USE_INLINES
STATIC INLINE Thread_Control *_Thread_Get ( Thread_Control *_Thread_Get (
Objects_Id id, Objects_Id id,
Objects_Locations *location Objects_Locations *location
) )
@@ -1145,6 +1145,8 @@ STATIC INLINE Thread_Control *_Thread_Get (
return (Thread_Control *) _Objects_Get( information, id, location ); return (Thread_Control *) _Objects_Get( information, id, location );
} }
#endif
/*PAGE /*PAGE
* *
* _Thread_Idle_body * _Thread_Idle_body
@@ -1167,5 +1169,3 @@ Thread _Thread_Idle_body(
for( ; ; ) ; for( ; ; ) ;
} }
#endif #endif
#endif