summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/schedulersmpstartidle.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Add and use _Scheduler_SMP_Start_idle()Sebastian Huber2014-05-151-0/+29
|
* score: Move priority bit map to scheduler instanceSebastian Huber2014-04-031-40/+0
| | | | | | Delete global variables _Priority_Major_bit_map and _Priority_Bit_map. This makes it possible to use multiple priority scheduler instances for example with clustered/partitioned scheduling on SMP.
* score: Add and use thread get/set CPU functionsSebastian Huber2014-03-311-1/+1
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* smp: Rename _Scheduler_simple_smp_Start_idle()Sebastian Huber2013-08-201-0/+40
Rename _Scheduler_simple_smp_Start_idle() to _Scheduler_SMP_Start_idle().