summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/inline
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 /c/src/exec/score/inline
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 'c/src/exec/score/inline')
-rw-r--r--c/src/exec/score/inline/rtems/score/tqdata.inl1
-rw-r--r--c/src/exec/score/inline/tqdata.inl1
2 files changed, 0 insertions, 2 deletions
diff --git a/c/src/exec/score/inline/rtems/score/tqdata.inl b/c/src/exec/score/inline/rtems/score/tqdata.inl
index 3cf9c51ef6..b16b3a1ca1 100644
--- a/c/src/exec/score/inline/rtems/score/tqdata.inl
+++ b/c/src/exec/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;
}
diff --git a/c/src/exec/score/inline/tqdata.inl b/c/src/exec/score/inline/tqdata.inl
index 3cf9c51ef6..b16b3a1ca1 100644
--- a/c/src/exec/score/inline/tqdata.inl
+++ b/c/src/exec/score/inline/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;
}