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/score/inline/rtems/score/tqdata.inl | 1 - 1 file changed, 1 deletion(-) (limited to 'cpukit/score/inline') diff --git a/cpukit/score/inline/rtems/score/tqdata.inl b/cpukit/score/inline/rtems/score/tqdata.inl index 3cf9c51ef6..b16b3a1ca1 100644 --- a/cpukit/score/inline/rtems/score/tqdata.inl +++ b/cpukit/score/inline/rtems/score/tqdata.inl @@ -66,7 +66,6 @@ STATIC INLINE void _Thread_queue_Enter_critical_section ( Thread_queue_Control *the_thread_queue ) { - the_thread_queue->sync = TRUE; the_thread_queue->sync_state = THREAD_QUEUE_NOTHING_HAPPENED; } -- cgit v1.2.3