From debe9195ce5f25038c0f92aea5a79b886d098d40 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 19 Apr 1996 21:10:58 +0000 Subject: event.c: _Event_Manager_initialization no longer a static inline sem.c: modified to eliminate Purify warnings --- c/src/exec/rtems/src/event.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'c/src/exec/rtems/src/event.c') diff --git a/c/src/exec/rtems/src/event.c b/c/src/exec/rtems/src/event.c index 141c5411cf..ab00bc757e 100644 --- a/c/src/exec/rtems/src/event.c +++ b/c/src/exec/rtems/src/event.c @@ -22,6 +22,26 @@ #include #include +/*PAGE + * + * _Event_Manager_initialization + * + * DESCRIPTION: + * + * This routine performs the initialization necessary for this manager. + */ + +void _Event_Manager_initialization( void ) +{ + _Event_Sync_state = EVENT_SYNC_SYNCHRONIZED; + + /* + * Register the MP Process Packet routine. + */ + + _MPCI_Register_packet_processor( MP_PACKET_EVENT, _Event_MP_Process_packet ); +} + /*PAGE * * rtems_event_send -- cgit v1.2.3