From 5a5fb3b9d6d99d6751d129458217f1a3b5b85ff8 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 18 Mar 2016 14:03:01 +0100 Subject: score: Avoid Giant lock for CORE spinlock Use an ISR lock to protect the spinlock state. Remove empty attributes. Update #2555. --- 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 b6824ad446..6ff4e02adf 100644 --- a/cpukit/score/Makefile.am +++ b/cpukit/score/Makefile.am @@ -194,7 +194,7 @@ libscore_a_SOURCES += src/coresem.c ## CORE_SPINLOCK_C_FILES if HAS_PTHREADS -libscore_a_SOURCES += src/corespinlock.c src/corespinlockrelease.c \ +libscore_a_SOURCES += src/corespinlockrelease.c \ src/corespinlockwait.c endif -- cgit v1.2.3