Changeset 78b2ff1 in rtems


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

_Event_Manager_initialization no longer a static inline

Files:
3 edited

Legend:

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

    rc26b62f r78b2ff1  
    1818#define __MACROS_EVENT_h
    1919
    20 /*
    21  *  Event_Manager_initialization
    22  */
    23 
    24 #define _Event_Manager_initialization() \
    25   do { \
    26     \
    27     _Event_Sync_state = EVENT_SYNC_SYNCHRONIZED; \
    28     \
    29     /* \
    30      *  Register the MP Process Packet routine. \
    31      */ \
    32     \
    33     _MPCI_Register_packet_processor( \
    34       MP_PACKET_EVENT, \
    35       _Event_MP_Process_packet \
    36     ); \
    37   } while ( 0 )
    38 
    3920#endif
    4021/* end of include file */
  • c/src/exec/rtems/macros/rtems/rtems/event.inl

    rc26b62f r78b2ff1  
    1818#define __MACROS_EVENT_h
    1919
    20 /*
    21  *  Event_Manager_initialization
    22  */
    23 
    24 #define _Event_Manager_initialization() \
    25   do { \
    26     \
    27     _Event_Sync_state = EVENT_SYNC_SYNCHRONIZED; \
    28     \
    29     /* \
    30      *  Register the MP Process Packet routine. \
    31      */ \
    32     \
    33     _MPCI_Register_packet_processor( \
    34       MP_PACKET_EVENT, \
    35       _Event_MP_Process_packet \
    36     ); \
    37   } while ( 0 )
    38 
    3920#endif
    4021/* end of include file */
  • cpukit/rtems/macros/rtems/rtems/event.inl

    rc26b62f r78b2ff1  
    1818#define __MACROS_EVENT_h
    1919
    20 /*
    21  *  Event_Manager_initialization
    22  */
    23 
    24 #define _Event_Manager_initialization() \
    25   do { \
    26     \
    27     _Event_Sync_state = EVENT_SYNC_SYNCHRONIZED; \
    28     \
    29     /* \
    30      *  Register the MP Process Packet routine. \
    31      */ \
    32     \
    33     _MPCI_Register_packet_processor( \
    34       MP_PACKET_EVENT, \
    35       _Event_MP_Process_packet \
    36     ); \
    37   } while ( 0 )
    38 
    3920#endif
    4021/* end of include file */
Note: See TracChangeset for help on using the changeset viewer.