summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-17 15:26:01 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-17 15:26:46 +0100
commit7a8d697d7318f3ab9c905433e52f7ae6334f8617 (patch)
tree4339c7f48c7ff3fa850b7774dcc2cb2e63aa908f
parentc-user: Fix format (diff)
downloadrtems-docs-7a8d697d7318f3ab9c905433e52f7ae6334f8617.tar.bz2
c-user: Add reference to proxies
Update #3836.
-rw-r--r--c-user/config/mpci.rst5
-rw-r--r--c-user/multiprocessing.rst2
2 files changed, 4 insertions, 3 deletions
diff --git a/c-user/config/mpci.rst b/c-user/config/mpci.rst
index 4adffe3..46b69b7 100644
--- a/c-user/config/mpci.rst
+++ b/c-user/config/mpci.rst
@@ -121,9 +121,8 @@ DESCRIPTION:
NOTES:
Since a proxy is used to represent a remote task/thread which is blocking
on this node. This configuration parameter reflects the maximum number of
- remote tasks/threads which can be blocked on objects on this node.
-
-.. COMMENT: XXX - add xref to proxy discussion in MP chapter
+ remote tasks/threads which can be blocked on objects on this node, see
+ :ref:`MPCIProxies`.
.. index:: CONFIGURE_MP_MPCI_TABLE_POINTER
diff --git a/c-user/multiprocessing.rst b/c-user/multiprocessing.rst
index e6f8271..f207106 100644
--- a/c-user/multiprocessing.rst
+++ b/c-user/multiprocessing.rst
@@ -179,6 +179,8 @@ errors.
.. index:: proxy, definition
+.. _MPCIProxies:
+
Proxies
-------