summaryrefslogtreecommitdiffstats
path: root/bsps/shared/shmdr/shmdr-send.c
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/shared/shmdr/shmdr-send.c')
-rw-r--r--bsps/shared/shmdr/shmdr-send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsps/shared/shmdr/shmdr-send.c b/bsps/shared/shmdr/shmdr-send.c
index c3ac7d51c2..b8ee2d4da4 100644
--- a/bsps/shared/shmdr/shmdr-send.c
+++ b/bsps/shared/shmdr/shmdr-send.c
@@ -46,7 +46,7 @@ rtems_mpci_entry Shm_Send_packet(
}
else {
for( nnum = SHM_FIRST_NODE ; nnum <= SHM_MAXIMUM_NODES ; nnum++ )
- if ( _Configuration_MP_table->node != nnum ) {
+ if ( rtems_object_get_local_node() != nnum ) {
struct pkt_cpy *pkt;
tmp_ecb = Shm_Allocate_envelope();