Re: [PATCH] rtems: rtems_scheduler_get_processor_set() status

2021-05-05 Thread Gedare Bloom
ok, this is also consistent with rtems_scheduler_ident_by_processor_set() On Wed, May 5, 2021 at 6:27 AM Sebastian Huber wrote: > > In case the processor set is not large enough to contain the processor > set owned by the scheduler return RTEMS_INVALID_SIZE instead of > RTEMS_INVALID_NUMBER. This

[PATCH] rtems: rtems_scheduler_get_processor_set() status

2021-05-05 Thread Sebastian Huber
In case the processor set is not large enough to contain the processor set owned by the scheduler return RTEMS_INVALID_SIZE instead of RTEMS_INVALID_NUMBER. This is more in line with other directives since the issue is related to the size of an object. Close #4401. --- cpukit/rtems/src/schedulerg