summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems/inline/event.inl
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/rtems/inline/event.inl')
-rw-r--r--c/src/exec/rtems/inline/event.inl6
1 files changed, 6 insertions, 0 deletions
diff --git a/c/src/exec/rtems/inline/event.inl b/c/src/exec/rtems/inline/event.inl
index 2f2f480001..5377144f98 100644
--- a/c/src/exec/rtems/inline/event.inl
+++ b/c/src/exec/rtems/inline/event.inl
@@ -24,6 +24,12 @@
STATIC INLINE void _Event_Manager_initialization( void )
{
_Event_Sync = FALSE;
+
+ /*
+ * Register the MP Process Packet routine.
+ */
+
+ _MPCI_Register_packet_processor( MP_PACKET_EVENT, _Event_MP_Process_packet );
}
#endif