summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/schedulersmp.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-04-03score: Move priority bit map to scheduler instanceSebastian Huber1-7/+13
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.
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2013-08-20smp: Rename _Scheduler_simple_smp_Start_idle()Sebastian Huber1-0/+7
Rename _Scheduler_simple_smp_Start_idle() to _Scheduler_SMP_Start_idle().
2013-08-20smp: Replace Scheduler_simple_smp_ControlSebastian Huber1-0/+51
Replace Scheduler_simple_smp_Control with Scheduler_SMP_Control. Rename _Scheduler_simple_smp_Instance() to _Scheduler_SMP_Instance().