summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c-user/message_manager.rst2
-rw-r--r--c-user/partition_manager.rst2
-rw-r--r--c-user/semaphore_manager.rst2
-rw-r--r--c-user/task_manager.rst2
4 files changed, 0 insertions, 8 deletions
diff --git a/c-user/message_manager.rst b/c-user/message_manager.rst
index 0289dca..8115609 100644
--- a/c-user/message_manager.rst
+++ b/c-user/message_manager.rst
@@ -255,8 +255,6 @@ DIRECTIVE STATUS CODES:
- too many queues created
* - ``RTEMS_UNSATISFIED``
- unable to allocate message buffers
- * - ``RTEMS_MP_NOT_CONFIGURED``
- - multiprocessing not configured
* - ``RTEMS_TOO_MANY``
- too many global objects
diff --git a/c-user/partition_manager.rst b/c-user/partition_manager.rst
index 765881f..bc30de2 100644
--- a/c-user/partition_manager.rst
+++ b/c-user/partition_manager.rst
@@ -177,8 +177,6 @@ DIRECTIVE STATUS CODES:
- ``buffer_size`` is not an integral multiple of the pointer size
* - ``RTEMS_INVALID_SIZE``
- ``buffer_size`` is less than two times the pointer size
- * - ``RTEMS_MP_NOT_CONFIGURED``
- - multiprocessing not configured
* - ``RTEMS_TOO_MANY``
- too many global objects
diff --git a/c-user/semaphore_manager.rst b/c-user/semaphore_manager.rst
index 13058f3..31a3c79 100644
--- a/c-user/semaphore_manager.rst
+++ b/c-user/semaphore_manager.rst
@@ -358,8 +358,6 @@ DIRECTIVE STATUS CODES:
- invalid attribute set
* - ``RTEMS_INVALID_NUMBER``
- invalid starting count for binary semaphore
- * - ``RTEMS_MP_NOT_CONFIGURED``
- - multiprocessing not configured
* - ``RTEMS_TOO_MANY``
- too many global objects
diff --git a/c-user/task_manager.rst b/c-user/task_manager.rst
index c3919f4..2db8abc 100644
--- a/c-user/task_manager.rst
+++ b/c-user/task_manager.rst
@@ -671,8 +671,6 @@ DIRECTIVE STATUS CODES:
- invalid task name
* - ``RTEMS_INVALID_PRIORITY``
- invalid task priority
- * - ``RTEMS_MP_NOT_CONFIGURED``
- - multiprocessing not configured
* - ``RTEMS_TOO_MANY``
- too many tasks created
* - ``RTEMS_UNSATISFIED``