From 88543adeb5c7d18e179d18c84ea8c98d0a90c3c8 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Sun, 21 Feb 2021 10:58:15 +0100 Subject: score: Remove _CORE_barrier_Do_flush() Call _Thread_queue_Flush_critical() directly. --- cpukit/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'cpukit/Makefile.am') diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am index 14abc8bb6a..a31cd31596 100644 --- a/cpukit/Makefile.am +++ b/cpukit/Makefile.am @@ -833,7 +833,6 @@ librtemscpu_a_SOURCES += score/src/apimutexisowner.c librtemscpu_a_SOURCES += score/src/apimutexlock.c librtemscpu_a_SOURCES += score/src/apimutexunlock.c librtemscpu_a_SOURCES += score/src/corebarrier.c -librtemscpu_a_SOURCES += score/src/corebarrierrelease.c librtemscpu_a_SOURCES += score/src/corebarrierwait.c librtemscpu_a_SOURCES += score/src/coremsg.c librtemscpu_a_SOURCES += score/src/coremsgbroadcast.c -- cgit v1.2.3