summaryrefslogtreecommitdiffstats
path: root/bsps/sparc/leon3/start/eirq.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rtems: Add rtems_scheduler_get_processor_maximum()Sebastian Huber2019-04-091-2/+2
| | | | | | | | | | | Add rtems_scheduler_get_processor_maximum() as a replacement for rtems_get_processor_count(). The rtems_get_processor_count() is a bit orphaned. Adopt it by the Scheduler Manager. The count is also misleading, since the processor set may have gaps and the actual count of online processors may be less than the value returned by rtems_get_processor_count(). Update #3732.
* bsps: Move startup files to bspsSebastian Huber2018-04-201-0/+66
Adjust build support files to new directory layout. This patch is a part of the BSP source reorganization. Update #3285.