From a4217c674d90de7bcf1af3583aab44fe0c90d2f1 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 22 Nov 2016 10:53:03 +0100 Subject: score: Rename _Thread_queue_Enqueue_critical() Delete unused _Thread_queue_Enqueue() and rename _Thread_queue_Enqueue_critical() to _Thread_queue_Enqueue(). --- cpukit/score/src/corerwlockobtainread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/src/corerwlockobtainread.c') diff --git a/cpukit/score/src/corerwlockobtainread.c b/cpukit/score/src/corerwlockobtainread.c index 4444afcfa5..001d259265 100644 --- a/cpukit/score/src/corerwlockobtainread.c +++ b/cpukit/score/src/corerwlockobtainread.c @@ -79,7 +79,7 @@ Status_Control _CORE_RWLock_Seize_for_reading( executing->Wait.option = CORE_RWLOCK_THREAD_WAITING_FOR_READ; _Thread_queue_Context_set_do_nothing_enqueue_callout( queue_context ); - _Thread_queue_Enqueue_critical( + _Thread_queue_Enqueue( &the_rwlock->Wait_queue.Queue, CORE_RWLOCK_TQ_OPERATIONS, executing, -- cgit v1.2.3