summaryrefslogtreecommitdiffstats
path: root/c-user/multiprocessing.rst
diff options
context:
space:
mode:
Diffstat (limited to 'c-user/multiprocessing.rst')
-rw-r--r--c-user/multiprocessing.rst36
1 files changed, 18 insertions, 18 deletions
diff --git a/c-user/multiprocessing.rst b/c-user/multiprocessing.rst
index 5270256..5323cfa 100644
--- a/c-user/multiprocessing.rst
+++ b/c-user/multiprocessing.rst
@@ -471,34 +471,34 @@ multiprocessor configuration. A subsection is dedicated to each of this
manager's directives and describes the calling sequence, related constants,
usage, and status codes.
+.. raw:: latex
+
+ \clearpage
+
.. _rtems_multiprocessing_announce:
MULTIPROCESSING_ANNOUNCE - Announce the arrival of a packet
-----------------------------------------------------------
.. index:: announce arrival of package
-
-**CALLING SEQUENCE:**
-
.. index:: rtems_multiprocessing_announce
-.. code-block:: c
-
- void rtems_multiprocessing_announce( void );
-
-**DIRECTIVE STATUS CODES:**
-
-NONE
+CALLING SEQUENCE:
+ .. code-block:: c
-**DESCRIPTION:**
+ void rtems_multiprocessing_announce( void );
-This directive informs RTEMS that a multiprocessing communications packet has
-arrived from another node. This directive is called by the user-provided MPCI,
-and is only used in multiprocessor configurations.
+DIRECTIVE STATUS CODES:
+ NONE
-**NOTES:**
+DESCRIPTION:
+ This directive informs RTEMS that a multiprocessing communications packet
+ has arrived from another node. This directive is called by the
+ user-provided MPCI, and is only used in multiprocessor configurations.
-This directive is typically called from an ISR.
+NOTES:
+ This directive is typically called from an ISR.
-This directive will almost certainly cause the calling task to be preempted.
+ This directive will almost certainly cause the calling task to be
+ preempted.
-This directive does not generate activity on remote nodes.
+ This directive does not generate activity on remote nodes.