summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/condition.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/condition.c')
-rw-r--r--cpukit/score/src/condition.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/condition.c b/cpukit/score/src/condition.c
index 39924e8c92..fae150a7cd 100644
--- a/cpukit/score/src/condition.c
+++ b/cpukit/score/src/condition.c
@@ -247,7 +247,7 @@ static void _Condition_Wake( struct _Condition_Control *_condition, int count )
Condition_Context context;
condition = _Condition_Get( _condition );
- _Thread_queue_Context_initialize( &context.Base, NULL );
+ _Thread_queue_Context_initialize( &context.Base );
_ISR_lock_ISR_disable( &context.Base.Lock_context );
_Condition_Queue_acquire_critical( condition, &context.Base.Lock_context );