From 107ce47b4b7be469696406948d2d2c1b01357b6b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 9 Feb 1996 14:30:42 +0000 Subject: new isr synchronization algorithm using a single enumerated set of states. --- cpukit/rtems/inline/rtems/rtems/event.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/rtems/inline') diff --git a/cpukit/rtems/inline/rtems/rtems/event.inl b/cpukit/rtems/inline/rtems/rtems/event.inl index 5377144f98..0e2a1691ed 100644 --- a/cpukit/rtems/inline/rtems/rtems/event.inl +++ b/cpukit/rtems/inline/rtems/rtems/event.inl @@ -23,7 +23,7 @@ STATIC INLINE void _Event_Manager_initialization( void ) { - _Event_Sync = FALSE; + _Event_Sync_state = EVENT_SYNC_SYNCHRONIZED; /* * Register the MP Process Packet routine. -- cgit v1.2.3