mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 04:25:16 +08:00
moving files around
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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 );
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
|
||||
#include <rtems/system.h>
|
||||
#include <rtems/sysstate.h>
|
||||
#include <rtems/core/sysstate.h>
|
||||
#include <rtems/core/heap.h>
|
||||
|
||||
/*PAGE
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
*
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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 );
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
|
||||
#include <rtems/system.h>
|
||||
#include <rtems/sysstate.h>
|
||||
#include <rtems/core/sysstate.h>
|
||||
#include <rtems/core/heap.h>
|
||||
|
||||
/*PAGE
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user