#4347 closed enhancement (fixed)

Allow RTEMS_PRIORITY for MrsP semaphores

Reported by: Sebastian Huber Owned by: Sebastian Huber
Priority: normal Milestone: 5.2
Component: rtems Version: 5
Severity: normal Keywords: qualification
Cc: Blocked By:
Blocking:

Description

In order to improve the compatibility of RTEMS 5.2 with future version of RTEMS which fixed #4346 allow MrsP semaphores to be created with RTEMS_PRIORITY.

Change History (4)

comment:1 Changed on 03/17/21 at 09:47:01 by Sebastian Huber <sebastian.huber@…>

Resolution: fixed
Status: assignedclosed

In 0965b7c8/rtems:

rtems: Require RTEMS_PRIORITY for MrsP semaphores

MrsP semaphores are a generalization of the priority ceiling semaphores
for SMP configurations. Priority ceiling semaphores are required to use
the priority task wait queue discipline. Require this discipline also
for MrsP semaphores.

Close #4347.

comment:2 Changed on 03/17/21 at 09:48:57 by Sebastian Huber <sebastian.huber@…>

In 3a66586/rtems:

rtems: Allow RTEMS_PRIORITY for MrsP semaphores

In order to improve the compatibility of RTEMS 5.2 with future version
of RTEMS which fixed #4346 allow MrsP semaphores to be created with
RTEMS_PRIORITY.

Close #4347.

comment:3 Changed on 03/17/21 at 13:05:34 by Sebastian Huber <sebastian.huber@…>

In 7c43a4b/rtems-docs:

c-user: Update MrsP semaphore documentation

Update #4347.

comment:4 Changed on 06/23/21 at 07:07:55 by Sebastian Huber

Keywords: qualification added
Note: See TracTickets for help on using tickets.