[rtems-docs commit] c-user: Obsolete CONFIGURE_MAXIMUM_MRSP_SEMAPHORES

Sebastian Huber sebh at rtems.org
Wed Dec 11 08:12:09 UTC 2019


Module:    rtems-docs
Branch:    master
Commit:    f7d56f579869ff0bd3acd95c8e245743605f4633
Changeset: http://git.rtems.org/rtems-docs/commit/?id=f7d56f579869ff0bd3acd95c8e245743605f4633

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Dec 11 09:10:40 2019 +0100

c-user: Obsolete CONFIGURE_MAXIMUM_MRSP_SEMAPHORES

Update #3833.

---

 c-user/configuring_a_system.rst | 35 +++++++----------------------------
 1 file changed, 7 insertions(+), 28 deletions(-)

diff --git a/c-user/configuring_a_system.rst b/c-user/configuring_a_system.rst
index 51a66b8..9e751d0 100644
--- a/c-user/configuring_a_system.rst
+++ b/c-user/configuring_a_system.rst
@@ -1082,34 +1082,6 @@ DESCRIPTION:
 NOTES:
     This object class can be configured in unlimited allocation mode.
 
-.. index:: CONFIGURE_MAXIMUM_MRSP_SEMAPHORES
-
-.. _CONFIGURE_MAXIMUM_MRSP_SEMAPHORES:
-
-CONFIGURE_MAXIMUM_MRSP_SEMAPHORES
----------------------------------
-
-CONSTANT:
-    ``CONFIGURE_MAXIMUM_MRSP_SEMAPHORES``
-
-DATA TYPE:
-    Unsigned integer (``uint32_t``).
-
-RANGE:
-    Zero or positive.
-
-DEFAULT VALUE:
-    The default value is 0.
-
-DESCRIPTION:
-    ``CONFIGURE_MAXIMUM_MRSP_SEMAPHORES`` is the maximum number of Classic API
-    Semaphores using the :ref:`MrsP` that can be concurrently active.
-
-NOTES:
-    This configuration option is only used in SMP configurations.  In
-    uniprocessor configurations, the :ref:`PriorityCeiling` is used for MrsP
-    semaphores and thus no extra memory is necessary.
-
 .. index:: CONFIGURE_MAXIMUM_MESSAGE_QUEUES
 
 .. _CONFIGURE_MAXIMUM_MESSAGE_QUEUES:
@@ -4938,6 +4910,13 @@ CONFIGURE_MAXIMUM_GOROUTINES
 
 This configuration option is obsolete since RTEMS 5.1.
 
+.. index:: CONFIGURE_MAXIMUM_MRSP_SEMAPHORES
+
+CONFIGURE_MAXIMUM_MRSP_SEMAPHORES
+---------------------------------
+
+This configuration option is obsolete since RTEMS 5.1.
+
 .. index:: CONFIGURE_MAXIMUM_POSIX_BARRIERS
 
 CONFIGURE_MAXIMUM_POSIX_BARRIERS



More information about the vc mailing list