From 9809d6e08264525ea58839b98e6d90121b841196 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 30 Mar 2016 11:39:58 +0200 Subject: score: _Thread_queue_Flush() parameter changes Change _Thread_queue_Flush() into a macro that invokes _Thread_queue_Do_flush() with the parameter set defined by RTEMS_MULTIPROCESSING. For multiprocessing configurations add the object identifier to avoid direct use of the thread wait information. Use mp_ prefix for multiprocessing related parameters. Rename Thread_queue_Flush_callout to Thread_queue_MP_callout since this type will be re-used later for other operations as well. --- cpukit/score/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/Makefile.am') diff --git a/cpukit/score/Makefile.am b/cpukit/score/Makefile.am index 5d5f6880af..eb5bfa39cd 100644 --- a/cpukit/score/Makefile.am +++ b/cpukit/score/Makefile.am @@ -175,7 +175,7 @@ libscore_a_SOURCES += src/coremsg.c src/coremsgbroadcast.c \ src/coremsgsubmit.c ## CORE_MUTEX_C_FILES -libscore_a_SOURCES += src/coremutex.c src/coremutexflush.c \ +libscore_a_SOURCES += src/coremutex.c \ src/coremutexseize.c src/coremutexsurrender.c \ src/coremutexseizeintr.c -- cgit v1.2.3