summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/percpudata.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Add PER_CPU_DATA_NEED_INITIALIZATION()Sebastian Huber2021-06-101-0/+14
| | | | | | | | | Make the initialization of the per-CPU data optional. Change license to BSD-2-Clause according to file history and re-licensing agreement. Update #3053.
* score: Canonicalize Doxygen @file commentsSebastian Huber2020-12-021-1/+2
| | | | | | Use common phrases for the file brief descriptions. Update #3706.
* score: Canonicalize Doxygen groupsSebastian Huber2020-12-021-7/+8
| | | | | | | Adjust group identifier and names to be in line with a common pattern. Use common phrases for the group brief descriptions. Update #3706.
* score: Fix linker sets on small data area targetsSebastian Huber2020-02-061-2/+1
| | | | Update #3865.
* doxygen: score: adjust doc in percpudata.h to doxygen guidelinesAndreas Dachsberger2019-05-131-0/+2
| | | | Update #3706.
* doxygen: score: adjust doc in percpudata.h to doxygen guidelinesAndreas Dachsberger2019-05-131-0/+8
| | | | Update #3706.
* score: Fix PER_CPU_DATA_ITEM_DECLARE()Sebastian Huber2018-09-171-1/+2
| | | | | | Fix PER_CPU_DATA_ITEM_DECLARE() for targets with a small-data area. Update #3507.
* score: Fix PER_CPU_DATA_GET_BY_OFFSET()Sebastian Huber2018-09-101-1/+7
| | | | | | | Add uniprocessor version for PER_CPU_DATA_GET_BY_OFFSET(). Fix warnings in uniprocessor configurations. Update #3507.
* score: Add flexible per-CPU dataSebastian Huber2018-09-101-0/+104
Update #3507.