summaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-03 17:14:19 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-03 17:14:19 +0200
commitfbd0a3cec3096d8fe283c3ff05ebb5c0aafc95d9 (patch)
tree423274f5da7867f6b0065887fabd4706dce920d2 /spec
parentscore: Document thread queue operations (diff)
downloadrtems-fbd0a3cec3096d8fe283c3ff05ebb5c0aafc95d9.tar.bz2
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.
Diffstat (limited to 'spec')
-rw-r--r--spec/build/cpukit/librtemscpu.yml1
1 files changed, 1 insertions, 0 deletions
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