summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-04-19 21:10:38 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-04-19 21:10:38 +0000
commit78b2ff196b227693639185fbf8d9ad55f79f620b (patch)
tree44eec2f9195f6b91d57138505ea1ea3487e0dcb9 /c/src
parentevent.h: _Event_Manager_initialization no longer a static inline (diff)
downloadrtems-78b2ff196b227693639185fbf8d9ad55f79f620b.tar.bz2
_Event_Manager_initialization no longer a static inline
Diffstat (limited to 'c/src')
-rw-r--r--c/src/exec/rtems/macros/event.inl19
-rw-r--r--c/src/exec/rtems/macros/rtems/rtems/event.inl19
2 files changed, 0 insertions, 38 deletions
diff --git a/c/src/exec/rtems/macros/event.inl b/c/src/exec/rtems/macros/event.inl
index eb956e7639..e37f6813bf 100644
--- a/c/src/exec/rtems/macros/event.inl
+++ b/c/src/exec/rtems/macros/event.inl
@@ -17,24 +17,5 @@
#ifndef __MACROS_EVENT_h
#define __MACROS_EVENT_h
-/*
- * Event_Manager_initialization
- */
-
-#define _Event_Manager_initialization() \
- do { \
- \
- _Event_Sync_state = EVENT_SYNC_SYNCHRONIZED; \
- \
- /* \
- * Register the MP Process Packet routine. \
- */ \
- \
- _MPCI_Register_packet_processor( \
- MP_PACKET_EVENT, \
- _Event_MP_Process_packet \
- ); \
- } while ( 0 )
-
#endif
/* end of include file */
diff --git a/c/src/exec/rtems/macros/rtems/rtems/event.inl b/c/src/exec/rtems/macros/rtems/rtems/event.inl
index eb956e7639..e37f6813bf 100644
--- a/c/src/exec/rtems/macros/rtems/rtems/event.inl
+++ b/c/src/exec/rtems/macros/rtems/rtems/event.inl
@@ -17,24 +17,5 @@
#ifndef __MACROS_EVENT_h
#define __MACROS_EVENT_h
-/*
- * Event_Manager_initialization
- */
-
-#define _Event_Manager_initialization() \
- do { \
- \
- _Event_Sync_state = EVENT_SYNC_SYNCHRONIZED; \
- \
- /* \
- * Register the MP Process Packet routine. \
- */ \
- \
- _MPCI_Register_packet_processor( \
- MP_PACKET_EVENT, \
- _Event_MP_Process_packet \
- ); \
- } while ( 0 )
-
#endif
/* end of include file */