score: Split SMP multicast action module

Split up the SMP multicast action module since the use of the SMP multicast
action variants depend on the architecture and BSP.
This commit is contained in:
Sebastian Huber
2021-07-29 08:05:26 +02:00
parent 28028961b1
commit 59168e2ae3
6 changed files with 160 additions and 32 deletions

View File

@@ -23,9 +23,12 @@ source:
- cpukit/score/src/schedulersmp.c
- cpukit/score/src/schedulersmpstartidle.c
- cpukit/score/src/schedulerstrongapa.c
- cpukit/score/src/smpbroadcastaction.c
- cpukit/score/src/smp.c
- cpukit/score/src/smplock.c
- cpukit/score/src/smpmulticastaction.c
- cpukit/score/src/smpothercastaction.c
- cpukit/score/src/smpsynchronize.c
- cpukit/score/src/smpunicastaction.c
- cpukit/score/src/threadunpin.c
type: build