Changeset c26b62f in rtems


Ignore:
Timestamp:
04/19/96 21:10:32 (28 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
78b2ff1
Parents:
8f9e9bdc
Message:

event.h: _Event_Manager_initialization no longer a static inline

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/rtems/inline/event.inl

    r8f9e9bdc rc26b62f  
    1818#define __MACROS_EVENT_inl
    1919
    20 /*
    21  *  Event_Manager_initialization
    22  *
    23  *  DESCRIPTION:
    24  *
    25  *  This routine performs the initialization necessary for this manager.
    26  */
    27 
    28 STATIC INLINE void _Event_Manager_initialization( void )
    29 {
    30   _Event_Sync_state = EVENT_SYNC_SYNCHRONIZED;
    31 
    32   /*
    33    *  Register the MP Process Packet routine.
    34    */
    35  
    36   _MPCI_Register_packet_processor( MP_PACKET_EVENT, _Event_MP_Process_packet );
    37 }
    38 
    3920#endif
    4021/* end of include file */
  • c/src/exec/rtems/inline/rtems/rtems/event.inl

    r8f9e9bdc rc26b62f  
    1818#define __MACROS_EVENT_inl
    1919
    20 /*
    21  *  Event_Manager_initialization
    22  *
    23  *  DESCRIPTION:
    24  *
    25  *  This routine performs the initialization necessary for this manager.
    26  */
    27 
    28 STATIC INLINE void _Event_Manager_initialization( void )
    29 {
    30   _Event_Sync_state = EVENT_SYNC_SYNCHRONIZED;
    31 
    32   /*
    33    *  Register the MP Process Packet routine.
    34    */
    35  
    36   _MPCI_Register_packet_processor( MP_PACKET_EVENT, _Event_MP_Process_packet );
    37 }
    38 
    3920#endif
    4021/* end of include file */
  • cpukit/rtems/inline/rtems/rtems/event.inl

    r8f9e9bdc rc26b62f  
    1818#define __MACROS_EVENT_inl
    1919
    20 /*
    21  *  Event_Manager_initialization
    22  *
    23  *  DESCRIPTION:
    24  *
    25  *  This routine performs the initialization necessary for this manager.
    26  */
    27 
    28 STATIC INLINE void _Event_Manager_initialization( void )
    29 {
    30   _Event_Sync_state = EVENT_SYNC_SYNCHRONIZED;
    31 
    32   /*
    33    *  Register the MP Process Packet routine.
    34    */
    35  
    36   _MPCI_Register_packet_processor( MP_PACKET_EVENT, _Event_MP_Process_packet );
    37 }
    38 
    3920#endif
    4021/* end of include file */
Note: See TracChangeset for help on using the changeset viewer.