From fbd0a3cec3096d8fe283c3ff05ebb5c0aafc95d9 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 3 Sep 2021 17:14:19 +0200 Subject: score: Move _Thread_Dispatch() The _Thread_Dispatch() function was customized over time and now the work is done by _Thread_Do_dispatch() and specialized wrappers. The plain _Thread_Dispatch() is now only used in some CPU ports. Move it to a separate file to avoid dead code in the general. Change license to BSD-2-Clause according to file history and re-licensing agreement. Update #3053. --- spec/build/cpukit/librtemscpu.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'spec') diff --git a/spec/build/cpukit/librtemscpu.yml b/spec/build/cpukit/librtemscpu.yml index 48266d408b..c03323379d 100644 --- a/spec/build/cpukit/librtemscpu.yml +++ b/spec/build/cpukit/librtemscpu.yml @@ -1543,6 +1543,7 @@ source: - cpukit/score/src/threaditerate.c - cpukit/score/src/threadloadenv.c - cpukit/score/src/threadname.c +- cpukit/score/src/threadplaindispatch.c - cpukit/score/src/threadq.c - cpukit/score/src/threadqenqueue.c - cpukit/score/src/threadqextractwithproxy.c -- cgit v1.2.3