Re: [PATCH v2 06/15] rtems: Fix rtems_scheduler_remove_processor()

2017-07-09 Thread Gedare Bloom
On Sun, Jul 9, 2017 at 7:57 AM, Gedare Bloom wrote: > On Fri, Jul 7, 2017 at 9:54 AM, Sebastian Huber > wrote: >> Account for the thread processor affinity and make sure that it is >> possible to allocate a processor to each thread dedicated to a scheduler >> instance. >> >> Update #3059. >> ---

Re: [PATCH v2 06/15] rtems: Fix rtems_scheduler_remove_processor()

2017-07-09 Thread Gedare Bloom
On Fri, Jul 7, 2017 at 9:54 AM, Sebastian Huber wrote: > Account for the thread processor affinity and make sure that it is > possible to allocate a processor to each thread dedicated to a scheduler > instance. > > Update #3059. > --- > cpukit/rtems/src/schedulerremoveprocessor.c | 12 ---

[PATCH v2 06/15] rtems: Fix rtems_scheduler_remove_processor()

2017-07-07 Thread Sebastian Huber
Account for the thread processor affinity and make sure that it is possible to allocate a processor to each thread dedicated to a scheduler instance. Update #3059. --- cpukit/rtems/src/schedulerremoveprocessor.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/cpuk