summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-02-13 17:20:25 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-02-14 07:33:02 +0100
commit536b2d98a2cc96b694b3c16ce1ec4e373267d298 (patch)
tree8cf1e46e0ade4b4a4b005470bdd7f01e0d6344b3
parentc-user: Use contents instead of content (diff)
downloadrtems-docs-536b2d98a2cc96b694b3c16ce1ec4e373267d298.tar.bz2
c-user: Fix MPCI initialization prototype
-rw-r--r--c-user/multiprocessing.rst5
1 files changed, 1 insertions, 4 deletions
diff --git a/c-user/multiprocessing.rst b/c-user/multiprocessing.rst
index b9f3d43..e6f8271 100644
--- a/c-user/multiprocessing.rst
+++ b/c-user/multiprocessing.rst
@@ -279,11 +279,8 @@ following prototype:
.. code-block:: c
- rtems_mpci_entry user_mpci_initialization(
- rtems_configuration_table *configuration
- );
+ rtems_mpci_entry user_mpci_initialization( void );
-where configuration is the address of the user's Configuration Table.
Operations on global objects cannot be performed until this component is
invoked. The INITIALIZATION component is invoked only once in the life of any
system. If the MPCI layer cannot be successfully initialized, the fatal error