rtems: Add and use rtems_object_get_local_node()

Update #3841.
This commit is contained in:
Sebastian Huber
2019-12-13 08:22:58 +01:00
parent d24b30156d
commit a00dff42cf
40 changed files with 95 additions and 92 deletions
+1 -1
View File
@@ -239,7 +239,7 @@ extern "C" {
/* macros */
#define Shm_Is_master_node() \
( SHM_MASTER ==_Configuration_MP_table-> node )
( SHM_MASTER == rtems_object_get_local_node() )
#define Shm_Free_envelope( ecb ) \
Shm_Locked_queue_Add( FREE_ENV_CB, (ecb) )