From 9276fdec2ec381e455e81f0fe3175d574579f631 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 11 May 2016 17:52:13 +0200 Subject: score: Fix CORE mutex initialization The priority inheritance and ceiling CORE mutexes wrongly used the FIFO queueing discipline. Delete misleading _CORE_mutex_Is_priority(). Bug introduced by 1e1a91ed11458ddbb27b94d0001d8f0fc2ef7a97. Add test sptests/spmutex01, since no existing uni-processor test covered the thread priority queueing discipline for CORE mutexes. --- testsuites/sptests/configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuites/sptests/configure.ac') diff --git a/testsuites/sptests/configure.ac b/testsuites/sptests/configure.ac index 593b65b8cb..c96edd3c43 100644 --- a/testsuites/sptests/configure.ac +++ b/testsuites/sptests/configure.ac @@ -46,6 +46,7 @@ AM_CONDITIONAL(HAS_SMP,test "$rtems_cv_RTEMS_SMP" = "yes") # Explicitly list all Makefiles here AC_CONFIG_FILES([Makefile +spmutex01/Makefile spextensions01/Makefile sptimerserver01/Makefile spsysinit01/Makefile -- cgit v1.2.3