[PATCH] c-user: CONFIGURE_HAS_OWN_MULTIPROCESSING_TABLE

Sebastian Huber sebastian.huber at embedded-brains.de
Wed Dec 11 15:00:22 UTC 2019


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
-- 
2.16.4



More information about the devel mailing list