RTEMS | SMP: Add support for the MPCP locking protocol (!1358)
Gedare Bloom (@gedare)
gitlab at rtems.org
Wed Jul 22 00:33:43 UTC 2026
Gedare Bloom started a new discussion on cpukit/include/rtems/rtems/attr.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1358#note_154967
> */
> #define RTEMS_MULTIPROCESSOR_RESOURCE_SHARING 0x00000100
>
> +/**
> + * @ingroup RTEMSAPIClassicAttr
> + *
> + * @brief This attribute constant indicates that the Classic API Semaphore
> + * created by rtems_semaphore_create() will use the Multiprocessor Priority
> + * Ceiling Protocol.
> + *
> + * @par Notes
> + * The semaphore instance must be a binary semaphore (#RTEMS_BINARY_SEMAPHORE).
> + */
> +#define RTEMS_MULTIPROCESSOR_PRIORITY_CEILING 0x00002000
Do we need specific attributes tied to protocols, or can we use the attribute to indicate there is a multiprocessor protocol to check, and store the protocol information somewhere else?
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1358#note_154967
You're receiving this email because of your account on gitlab.rtems.org. Unsubscribe from this thread: https://gitlab.rtems.org/-/sent_notifications/4-cg0bu5ovewp3pft0i04qaxdcg-1d/unsubscribe | Manage all notifications: https://gitlab.rtems.org/-/profile/notifications | Help: https://gitlab.rtems.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260722/5917cf39/attachment-0001.htm>
More information about the bugs
mailing list