mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
rtems: PR1844: Fix MP process packet size
This commit is contained in:
committed by
Gedare Bloom
parent
17fa7d6160
commit
b6b8cd7fb1
@@ -51,8 +51,8 @@ void _Message_queue_MP_Send_process_packet (
|
||||
|
||||
the_packet = _Message_queue_MP_Get_packet();
|
||||
the_packet->Prefix.the_class = MP_PACKET_MESSAGE_QUEUE;
|
||||
the_packet->Prefix.length = sizeof ( Message_queue_MP_Packet );
|
||||
the_packet->Prefix.to_convert = sizeof ( Message_queue_MP_Packet );
|
||||
the_packet->Prefix.length = MESSAGE_QUEUE_MP_PACKET_SIZE;
|
||||
the_packet->Prefix.to_convert = MESSAGE_QUEUE_MP_PACKET_SIZE;
|
||||
the_packet->operation = operation;
|
||||
the_packet->Prefix.id = message_queue_id;
|
||||
the_packet->name = name;
|
||||
|
||||
Reference in New Issue
Block a user