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/macros/rtems/score/tqdata.inl | 1 - 1 file changed, 1 deletion(-) (limited to 'cpukit/score/macros/rtems/score') diff --git a/cpukit/score/macros/rtems/score/tqdata.inl b/cpukit/score/macros/rtems/score/tqdata.inl index 1df3cd5270..df1508104c 100644 --- a/cpukit/score/macros/rtems/score/tqdata.inl +++ b/cpukit/score/macros/rtems/score/tqdata.inl @@ -52,7 +52,6 @@ #define _Thread_queue_Enter_critical_section( _the_thread_queue ) \ do { \ - (_the_thread_queue)->sync = TRUE; \ (_the_thread_queue)->sync_state = THREAD_QUEUE_NOTHING_HAPPENED; \ } while ( 0 ) -- cgit v1.2.3