validation: Move flush filter stop validation

This gets rid of a cyclic dependency in the specification graph.

Update #3716.
This commit is contained in:
Sebastian Huber
2022-08-31 11:26:49 +02:00
parent 1dca588f63
commit c4472cef3e
4 changed files with 408 additions and 106 deletions

View File

@@ -407,7 +407,7 @@ static void RtemsSemReqFlush_Post_Action_Check(
* The calling task shall flush the semaphore as specified by
* /score/tq/req/flush-fifo.
*/
ScoreTqReqFlushFifo_Run( &ctx->tq_ctx );
ScoreTqReqFlushFifo_Run( &ctx->tq_ctx, false );
break;
}