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. --- cpukit/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/Makefile.am') diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am index 1afac8f7dc..93100b5e5a 100644 --- a/cpukit/Makefile.am +++ b/cpukit/Makefile.am @@ -966,6 +966,7 @@ librtemscpu_a_SOURCES += score/src/threadhandler.c librtemscpu_a_SOURCES += score/src/threadinitialize.c librtemscpu_a_SOURCES += score/src/threadidledefault.c librtemscpu_a_SOURCES += score/src/threadloadenv.c +librtemscpu_a_SOURCES += score/src/threadplaindispatch.c librtemscpu_a_SOURCES += score/src/threadrestart.c librtemscpu_a_SOURCES += score/src/threadselfid.c librtemscpu_a_SOURCES += score/src/threadsetstate.c -- cgit v1.2.3