rtems: Fix semaphore MPCI support

This commit is contained in:
Sebastian Huber
2018-11-26 10:14:00 +01:00
parent 5fc727fe77
commit 6378978940

View File

@@ -83,6 +83,10 @@ static rtems_status_code _Semaphore_MP_Send_request_packet(
Semaphore_MP_Packet *the_packet;
Status_Control status;
if ( !_Semaphore_MP_Is_remote( semaphore_id ) ) {
return RTEMS_INVALID_ID;
}
switch ( operation ) {
case SEMAPHORE_MP_OBTAIN_REQUEST: