From 9f10911d2b653859f7199eaed5a85a24803711dc Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 22 Apr 2015 21:29:21 +0200 Subject: score: Delete Thread_queue_Control::state Use a parameter for _Thread_queue_Enqueue() instead to reduce memory usage. --- testsuites/sptests/spthreadq01/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/sptests') diff --git a/testsuites/sptests/spthreadq01/init.c b/testsuites/sptests/spthreadq01/init.c index 233f3df4b6..240cd1a9e8 100644 --- a/testsuites/sptests/spthreadq01/init.c +++ b/testsuites/sptests/spthreadq01/init.c @@ -33,7 +33,7 @@ void threadq_first_empty( Thread_queue_Control tq; printf( "Init - initialize thread queue for %s\n", discipline_string ); - _Thread_queue_Initialize( &tq, discipline, 0x01, 3 ); + _Thread_queue_Initialize( &tq, discipline, 3 ); puts( "Init - _Thread_queue_Extract - thread not blocked on a thread queue" ); _Thread_Disable_dispatch(); -- cgit v1.2.3