Re: [PATCH 10/10] rtems: Add scheduler processor add/remove

2016-11-09 Thread Gedare Bloom
No complaints from me on this set. On Tue, Nov 8, 2016 at 3:59 AM, Sebastian Huber wrote: > Update #2797. > --- > cpukit/rtems/Makefile.am | 2 + > cpukit/rtems/include/rtems/rtems/tasks.h | 45 > cpukit/rtems/src/scheduleraddprocessor.c | 12

[PATCH 10/10] rtems: Add scheduler processor add/remove

2016-11-08 Thread Sebastian Huber
Update #2797. --- cpukit/rtems/Makefile.am | 2 + cpukit/rtems/include/rtems/rtems/tasks.h | 45 cpukit/rtems/src/scheduleraddprocessor.c | 125 + cpukit/rtems/src/schedulerremoveprocessor.c| 145 ++ cpukit/score/include

Add scheduler processor add/remove

2016-11-08 Thread Sebastian Huber
This patch set adds the ability to add/remove processors to/from a scheduler instance at run-time. ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel