From d5cc9fd6f1fd6268c4872e4145fb27fa5a08a16e Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 28 Apr 2016 06:51:25 +0200 Subject: score: __RTEMS_DO_NOT_INLINE_CORE_MUTEX_SEIZE__ Delete __RTEMS_DO_NOT_INLINE_CORE_MUTEX_SEIZE__ as a preparation to restructure the CORE mutex variants and reduce the branch complexity. --- cpukit/score/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cpukit/score/Makefile.am') diff --git a/cpukit/score/Makefile.am b/cpukit/score/Makefile.am index 455c99d13d..c2aec62293 100644 --- a/cpukit/score/Makefile.am +++ b/cpukit/score/Makefile.am @@ -176,8 +176,7 @@ libscore_a_SOURCES += src/coremsg.c src/coremsgbroadcast.c \ ## CORE_MUTEX_C_FILES libscore_a_SOURCES += src/coremutex.c \ - src/coremutexseize.c src/coremutexsurrender.c \ - src/coremutexseizeintr.c + src/coremutexseize.c src/coremutexsurrender.c ## CORE_PERCPU_C_FILES libscore_a_SOURCES += src/percpu.c -- cgit v1.2.3