[PATCH] c-user: Fix MPCI initialization protoype
Sebastian Huber
sebastian.huber at embedded-brains.de
Thu Feb 13 16:22:27 UTC 2020
---
c-user/multiprocessing.rst | 5 +----
1 file changed, 1 insertion(+), 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
--
2.16.4
More information about the devel
mailing list