c-user: Use common wording for build config opts

This commit is contained in:
Sebastian Huber 2018-11-02 10:57:05 +01:00
parent dd1c262d2a
commit 00edae709d
2 changed files with 7 additions and 7 deletions

View File

@ -4459,9 +4459,9 @@ Multiprocessing Configuration
============================= =============================
This section defines the multiprocessing related system configuration This section defines the multiprocessing related system configuration
parameters supported by ``<rtems/confdefs.h>``. They are only used if the parameters supported by ``<rtems/confdefs.h>``. They are only used if RTEMS
Multiprocessing Support (distinct from the SMP support) is enabled at configure was built with the ``--enable-multiprocessing`` build configuration option.
time using the ``--enable-multiprocessing`` option. The multiprocessing (MPCI) support must not be confused with the SMP support.
Additionally, this class of Configuration Constants are only applicable if Additionally, this class of Configuration Constants are only applicable if
``CONFIGURE_MP_APPLICATION`` is defined. ``CONFIGURE_MP_APPLICATION`` is defined.
@ -4492,8 +4492,8 @@ DESCRIPTION:
provided. provided.
NOTES: NOTES:
This has no impact unless RTEMS was configured and built using the This has no impact unless RTEMS was built with the
``--enable-multiprocessing`` option. ``--enable-multiprocessing`` build configuration option.
.. index:: CONFIGURE_MP_NODE_NUMBER .. index:: CONFIGURE_MP_NODE_NUMBER

View File

@ -26,8 +26,8 @@ The Symmetric Multiprocessing (SMP) support of the RTEMS is available on
.. warning:: .. warning::
The SMP support must be explicitly enabled via the ``--enable-smp`` The SMP support is only available if RTEMS was built with the
configure command line option for the :term:`BSP` build. ``--enable-smp`` build configuration option.
RTEMS is supposed to be a real-time operating system. What does this mean in RTEMS is supposed to be a real-time operating system. What does this mean in
the context of SMP? The RTEMS interpretation of real-time on SMP is the the context of SMP? The RTEMS interpretation of real-time on SMP is the