[rtems-docs commit] c-user: CONFIGURE_HAS_OWN_MULTIPROCESSING_TABLE

Sebastian Huber sebh at rtems.org
Fri Dec 13 13:07:08 UTC 2019


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Dec 11 15:59:41 2019 +0100

c-user: CONFIGURE_HAS_OWN_MULTIPROCESSING_TABLE

Obsolete the CONFIGURE_HAS_OWN_MULTIPROCESSING_TABLE configuration
option.

Update #3735.

---

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

diff --git a/c-user/configuring_a_system.rst b/c-user/configuring_a_system.rst
index 9e751d0..cdb86ec 100644
--- a/c-user/configuring_a_system.rst
+++ b/c-user/configuring_a_system.rst
@@ -4596,35 +4596,6 @@ NOTES:
     Multiprocessor System assuming the BSP provides the proper set of
     supporting methods.
 
-.. index:: CONFIGURE_HAS_OWN_MULTIPROCESSING_TABLE
-
-.. _CONFIGURE_HAS_OWN_MULTIPROCESSING_TABLE:
-
-CONFIGURE_HAS_OWN_MULTIPROCESSING_TABLE
----------------------------------------
-
-CONSTANT:
-    ``CONFIGURE_HAS_OWN_MULTIPROCESSING_TABLE``
-
-DATA TYPE:
-    Boolean feature macro.
-
-RANGE:
-    Defined or undefined.
-
-DEFAULT VALUE:
-    This is not defined by default.
-
-DESCRIPTION:
-    ``CONFIGURE_HAS_OWN_MULTIPROCESSING_TABLE`` is defined if the application
-    wishes to provide their own Multiprocessing Configuration Table.  The
-    generated table is named ``Multiprocessing_configuration``.
-
-NOTES:
-    This is a configuration parameter which is very unlikely to be used by an
-    application. If you find yourself wanting to use it in an application,
-    please reconsider and discuss this on the RTEMS Users mailing list.
-
 Ada Tasks
 =========
 
@@ -4889,6 +4860,13 @@ CONFIGURE_HAS_OWN_MOUNT_TABLE
 
 This configuration option is obsolete since RTEMS 5.1.
 
+.. index:: CONFIGURE_HAS_OWN_MULTIPROCESSING_TABLE
+
+CONFIGURE_HAS_OWN_MULTIPROCESSING_TABLE
+---------------------------------------
+
+This configuration option is obsolete since RTEMS 5.1.
+
 .. index:: CONFIGURE_NUMBER_OF_TERMIOS_PORTS
 
 CONFIGURE_NUMBER_OF_TERMIOS_PORTS



More information about the vc mailing list