From 464d541653f0ca478b0bfc0bc7f5e3270dead6e5 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 7 Mar 2018 14:18:10 +0100 Subject: c-user: Use uniprocessor throughout --- c-user/self_contained_objects.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c-user/self_contained_objects.rst') diff --git a/c-user/self_contained_objects.rst b/c-user/self_contained_objects.rst index ee43463..28c9839 100644 --- a/c-user/self_contained_objects.rst +++ b/c-user/self_contained_objects.rst @@ -122,7 +122,7 @@ Mutual Exclusion The :c:type:`rtems_mutex` and :c:type:`rtems_recursive_mutex` objects provide mutual-exclusion synchronization using the :ref:`PriorityInheritance` in -uni-processor configurations or the :ref:`OMIP` in SMP configurations. +uniprocessor configurations or the :ref:`OMIP` in SMP configurations. Recursive locking should be used with care :cite:`Williams:2012:CA`. The storage space for these object must be provided by the user. There are no defined comparison or assignment operators for these type. Only the object -- cgit v1.2.3