From c26b62f992798a2d2f4e7f632b17861fe2e95669 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 19 Apr 1996 21:10:32 +0000 Subject: event.h: _Event_Manager_initialization no longer a static inline --- c/src/exec/rtems/inline/event.inl | 19 ------------------- c/src/exec/rtems/inline/rtems/rtems/event.inl | 19 ------------------- cpukit/rtems/inline/rtems/rtems/event.inl | 19 ------------------- 3 files changed, 57 deletions(-) diff --git a/c/src/exec/rtems/inline/event.inl b/c/src/exec/rtems/inline/event.inl index 27d66c9ab0..1f41e0a5fc 100644 --- a/c/src/exec/rtems/inline/event.inl +++ b/c/src/exec/rtems/inline/event.inl @@ -17,24 +17,5 @@ #ifndef __MACROS_EVENT_inl #define __MACROS_EVENT_inl -/* - * Event_Manager_initialization - * - * DESCRIPTION: - * - * This routine performs the initialization necessary for this manager. - */ - -STATIC INLINE 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 ); -} - #endif /* end of include file */ diff --git a/c/src/exec/rtems/inline/rtems/rtems/event.inl b/c/src/exec/rtems/inline/rtems/rtems/event.inl index 27d66c9ab0..1f41e0a5fc 100644 --- a/c/src/exec/rtems/inline/rtems/rtems/event.inl +++ b/c/src/exec/rtems/inline/rtems/rtems/event.inl @@ -17,24 +17,5 @@ #ifndef __MACROS_EVENT_inl #define __MACROS_EVENT_inl -/* - * Event_Manager_initialization - * - * DESCRIPTION: - * - * This routine performs the initialization necessary for this manager. - */ - -STATIC INLINE 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 ); -} - #endif /* end of include file */ diff --git a/cpukit/rtems/inline/rtems/rtems/event.inl b/cpukit/rtems/inline/rtems/rtems/event.inl index 27d66c9ab0..1f41e0a5fc 100644 --- a/cpukit/rtems/inline/rtems/rtems/event.inl +++ b/cpukit/rtems/inline/rtems/rtems/event.inl @@ -17,24 +17,5 @@ #ifndef __MACROS_EVENT_inl #define __MACROS_EVENT_inl -/* - * Event_Manager_initialization - * - * DESCRIPTION: - * - * This routine performs the initialization necessary for this manager. - */ - -STATIC INLINE 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 ); -} - #endif /* end of include file */ -- cgit v1.2.3