summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/corebarrierimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/score/corebarrierimpl.h')
-rw-r--r--cpukit/score/include/rtems/score/corebarrierimpl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpukit/score/include/rtems/score/corebarrierimpl.h b/cpukit/score/include/rtems/score/corebarrierimpl.h
index 8754cecdac..1d774052d7 100644
--- a/cpukit/score/include/rtems/score/corebarrierimpl.h
+++ b/cpukit/score/include/rtems/score/corebarrierimpl.h
@@ -196,14 +196,13 @@ uint32_t _CORE_barrier_Do_release(
/* Must be a macro due to the multiprocessing dependent parameters */
#define _CORE_barrier_Flush( \
the_barrier, \
- status, \
mp_callout, \
mp_id \
) \
_Thread_queue_Flush( \
&( the_barrier )->Wait_queue, \
CORE_BARRIER_TQ_OPERATIONS, \
- status, \
+ CORE_BARRIER_WAS_DELETED, \
mp_callout, \
mp_id \
)