moving files around

This commit is contained in:
Joel Sherrill
1995-09-21 16:22:25 +00:00
parent c73aee15af
commit be650a843c
22 changed files with 28 additions and 38 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ extern "C" {
#include <rtems/rtems/mp.h>
#include <rtems/rtems/support.h>
#include <rtems/sysstate.h>
#include <rtems/core/sysstate.h>
#define RTEMS_HAS_HARDWARE_FP CPU_HARDWARE_FP
+1 -1
View File
@@ -48,7 +48,7 @@ extern "C" {
#include <rtems/rtems/mp.h>
#include <rtems/rtems/support.h>
#include <rtems/sysstate.h>
#include <rtems/core/sysstate.h>
#define RTEMS_HAS_HARDWARE_FP CPU_HARDWARE_FP
+1 -1
View File
@@ -545,7 +545,7 @@ STATIC INLINE void _Objects_Close(
);
#include <rtems/core/object.inl>
#include <rtems/objectmp.h>
#include <rtems/core/objectmp.h>
#ifdef __cplusplus
}
+1 -1
View File
@@ -176,7 +176,7 @@ void _Objects_MP_Is_remote (
EXTERN unsigned32 _Objects_MP_Maximum_global_objects;
EXTERN Chain_Control _Objects_MP_Inactive_global_objects;
#include <rtems/objectmp.inl>
#include <rtems/core/objectmp.inl>
#ifdef __cplusplus
}
+1 -1
View File
@@ -152,7 +152,7 @@ STATIC INLINE boolean _System_state_Is_failed (
System_state_Codes state
);
#include <rtems/sysstate.inl>
#include <rtems/core/sysstate.inl>
#ifdef __cplusplus
}
@@ -545,7 +545,7 @@ STATIC INLINE void _Objects_Close(
);
#include <rtems/core/object.inl>
#include <rtems/objectmp.h>
#include <rtems/core/objectmp.h>
#ifdef __cplusplus
}
@@ -176,7 +176,7 @@ void _Objects_MP_Is_remote (
EXTERN unsigned32 _Objects_MP_Maximum_global_objects;
EXTERN Chain_Control _Objects_MP_Inactive_global_objects;
#include <rtems/objectmp.inl>
#include <rtems/core/objectmp.inl>
#ifdef __cplusplus
}
@@ -152,7 +152,7 @@ STATIC INLINE boolean _System_state_Is_failed (
System_state_Codes state
);
#include <rtems/sysstate.inl>
#include <rtems/core/sysstate.inl>
#ifdef __cplusplus
}
+3 -8
View File
@@ -19,19 +19,14 @@
*/
#include <rtems/system.h>
#include <rtems/rtems/status.h>
#include <rtems/rtems/attr.h>
#include <rtems/core/chain.h>
#include <rtems/core/isr.h>
#include <rtems/rtems/message.h>
#include <rtems/core/object.h>
#include <rtems/rtems/options.h>
#include <rtems/core/coremsg.h>
#include <rtems/core/states.h>
#include <rtems/rtems/support.h>
#include <rtems/core/thread.h>
#include <rtems/core/wkspace.h>
#include <rtems/core/mpci.h>
#include <rtems/sysstate.h>
/*PAGE
*
@@ -219,7 +214,7 @@ CORE_message_queue_Status _CORE_message_queue_Broadcast(
constrained_size
);
*(rtems_unsigned32 *)the_thread->Wait.return_argument_1 = size;
*(unsigned32 *)the_thread->Wait.return_argument_1 = size;
if ( !_Objects_Is_local_id( the_thread->Object.id ) )
(*api_message_queue_mp_support) ( the_thread, id );
@@ -396,7 +391,7 @@ CORE_message_queue_Status _CORE_message_queue_Submit(
the_thread->Wait.return_argument,
size
);
*(rtems_unsigned32 *)the_thread->Wait.return_argument_1 = size;
*(unsigned32 *)the_thread->Wait.return_argument_1 = size;
if ( !_Objects_Is_local_id( the_thread->Object.id ) )
(*api_message_queue_mp_support) ( the_thread, id );
+1 -1
View File
@@ -14,7 +14,7 @@
#include <rtems/system.h>
#include <rtems/sysstate.h>
#include <rtems/core/sysstate.h>
#include <rtems/core/heap.h>
/*PAGE
+1 -1
View File
@@ -14,7 +14,7 @@
#include <rtems/system.h>
#include <rtems/core/interr.h>
#include <rtems/sysstate.h>
#include <rtems/core/sysstate.h>
#include <rtems/core/userext.h>
/*PAGE
+1 -1
View File
@@ -23,7 +23,7 @@
#include <rtems/core/threadq.h>
#include <rtems/core/tqdata.h>
#include <rtems/core/watchdog.h>
#include <rtems/sysstate.h>
#include <rtems/core/sysstate.h>
#include <rtems/core/coresem.h>
+2 -2
View File
@@ -16,10 +16,10 @@
#include <rtems/system.h>
#include <rtems/core/chain.h>
#include <rtems/core/object.h>
#include <rtems/objectmp.h>
#include <rtems/core/objectmp.h>
#include <rtems/core/thread.h>
#include <rtems/core/wkspace.h>
#include <rtems/sysstate.h>
#include <rtems/core/sysstate.h>
/*PAGE
*
+1 -1
View File
@@ -48,7 +48,7 @@ extern "C" {
#include <rtems/rtems/mp.h>
#include <rtems/rtems/support.h>
#include <rtems/sysstate.h>
#include <rtems/core/sysstate.h>
#define RTEMS_HAS_HARDWARE_FP CPU_HARDWARE_FP
+1 -1
View File
@@ -545,7 +545,7 @@ STATIC INLINE void _Objects_Close(
);
#include <rtems/core/object.inl>
#include <rtems/objectmp.h>
#include <rtems/core/objectmp.h>
#ifdef __cplusplus
}
+1 -1
View File
@@ -176,7 +176,7 @@ void _Objects_MP_Is_remote (
EXTERN unsigned32 _Objects_MP_Maximum_global_objects;
EXTERN Chain_Control _Objects_MP_Inactive_global_objects;
#include <rtems/objectmp.inl>
#include <rtems/core/objectmp.inl>
#ifdef __cplusplus
}
+1 -1
View File
@@ -152,7 +152,7 @@ STATIC INLINE boolean _System_state_Is_failed (
System_state_Codes state
);
#include <rtems/sysstate.inl>
#include <rtems/core/sysstate.inl>
#ifdef __cplusplus
}
+3 -8
View File
@@ -19,19 +19,14 @@
*/
#include <rtems/system.h>
#include <rtems/rtems/status.h>
#include <rtems/rtems/attr.h>
#include <rtems/core/chain.h>
#include <rtems/core/isr.h>
#include <rtems/rtems/message.h>
#include <rtems/core/object.h>
#include <rtems/rtems/options.h>
#include <rtems/core/coremsg.h>
#include <rtems/core/states.h>
#include <rtems/rtems/support.h>
#include <rtems/core/thread.h>
#include <rtems/core/wkspace.h>
#include <rtems/core/mpci.h>
#include <rtems/sysstate.h>
/*PAGE
*
@@ -219,7 +214,7 @@ CORE_message_queue_Status _CORE_message_queue_Broadcast(
constrained_size
);
*(rtems_unsigned32 *)the_thread->Wait.return_argument_1 = size;
*(unsigned32 *)the_thread->Wait.return_argument_1 = size;
if ( !_Objects_Is_local_id( the_thread->Object.id ) )
(*api_message_queue_mp_support) ( the_thread, id );
@@ -396,7 +391,7 @@ CORE_message_queue_Status _CORE_message_queue_Submit(
the_thread->Wait.return_argument,
size
);
*(rtems_unsigned32 *)the_thread->Wait.return_argument_1 = size;
*(unsigned32 *)the_thread->Wait.return_argument_1 = size;
if ( !_Objects_Is_local_id( the_thread->Object.id ) )
(*api_message_queue_mp_support) ( the_thread, id );
+1 -1
View File
@@ -14,7 +14,7 @@
#include <rtems/system.h>
#include <rtems/sysstate.h>
#include <rtems/core/sysstate.h>
#include <rtems/core/heap.h>
/*PAGE
+1 -1
View File
@@ -14,7 +14,7 @@
#include <rtems/system.h>
#include <rtems/core/interr.h>
#include <rtems/sysstate.h>
#include <rtems/core/sysstate.h>
#include <rtems/core/userext.h>
/*PAGE
+1 -1
View File
@@ -23,7 +23,7 @@
#include <rtems/core/threadq.h>
#include <rtems/core/tqdata.h>
#include <rtems/core/watchdog.h>
#include <rtems/sysstate.h>
#include <rtems/core/sysstate.h>
#include <rtems/core/coresem.h>
+2 -2
View File
@@ -16,10 +16,10 @@
#include <rtems/system.h>
#include <rtems/core/chain.h>
#include <rtems/core/object.h>
#include <rtems/objectmp.h>
#include <rtems/core/objectmp.h>
#include <rtems/core/thread.h>
#include <rtems/core/wkspace.h>
#include <rtems/sysstate.h>
#include <rtems/core/sysstate.h>
/*PAGE
*