summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/macros/rtems/rtems
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-02-09 14:30:42 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-02-09 14:30:42 +0000
commit107ce47b4b7be469696406948d2d2c1b01357b6b (patch)
tree91d1807bc741f2d6e7634f2a327239c51f4c5836 /cpukit/rtems/macros/rtems/rtems
parentadded rtems_interrupt_is_in_progress (diff)
downloadrtems-107ce47b4b7be469696406948d2d2c1b01357b6b.tar.bz2
new isr synchronization algorithm using a single enumerated set of states.
Diffstat (limited to 'cpukit/rtems/macros/rtems/rtems')
-rw-r--r--cpukit/rtems/macros/rtems/rtems/event.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/rtems/macros/rtems/rtems/event.inl b/cpukit/rtems/macros/rtems/rtems/event.inl
index 0d2f2e47c7..eb956e7639 100644
--- a/cpukit/rtems/macros/rtems/rtems/event.inl
+++ b/cpukit/rtems/macros/rtems/rtems/event.inl
@@ -24,7 +24,7 @@
#define _Event_Manager_initialization() \
do { \
\
- _Event_Sync = FALSE; \
+ _Event_Sync_state = EVENT_SYNC_SYNCHRONIZED; \
\
/* \
* Register the MP Process Packet routine. \