forked from Imagelibrary/rtems
*** empty log message ***
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
|
||||||
|
|||||||
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user