summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/mpcidefault.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* config: Statically allocate MP object controlsSebastian Huber2019-12-131-0/+3
| | | | Update #3735.
* config: Statically allocate MP thread proxiesSebastian Huber2019-12-131-0/+3
| | | | Update #3735.
* config: Add _MPCI_ConfigurationSebastian Huber2019-12-131-0/+31
Replace the user MPCI configuration table with a system provided _MPCI_Configuration. Update #3735.