Changeset 9ba26e7 in rtems-docs for c-user/config/mpci.rst
- Timestamp:
- 05/20/22 13:45:16 (10 months ago)
- Branches:
- master
- Children:
- d5509d6
- Parents:
- c16c8c6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c-user/config/mpci.rst
rc16c8c6 r9ba26e7 24 24 ============================= 25 25 26 This section describes multiprocessing related configuration options. The 27 options are only used if RTEMS was built with the ``--enable-multiprocessing`` 28 build configuration option. Additionally, this class of configuration options 29 are only applicable if the configuration option :ref:`CONFIGURE_MP_APPLICATION` 30 is defined. The multiprocessing (MPCI) support must not be confused with the 31 SMP support. 26 This section describes multiprocessing related configuration options. 27 The options are only used if RTEMS was built when the multiprocessing 28 build configuration option is enabled. The multiprocessing configuration 29 is distinct from the SMP configuration. Additionally, this class of 30 configuration options are only applicable if the configuration option 31 :ref:`CONFIGURE_MP_APPLICATION` is defined. The multiprocessing (MPCI) 32 support must not be confused with the SMP support. 32 33 33 34 .. Generated from spec:/acfg/if/mp-extra-server-stack … … 116 117 117 118 This configuration option shall be undefined if the multiprocessing support 118 is not enabled (e.g. RTEMS was built without the ``--enable-multiprocessing``119 build configuration option). Otherwise a compile time error in the119 is not enabled (e.g. RTEMS was built without the multiprocessing build 120 configuration option enabled). Otherwise a compile time error in the 120 121 configuration file will occur. 121 122
Note: See TracChangeset
for help on using the changeset viewer.