>
> > @@ -257,16 +257,14 @@
>> >#define RTEMS_SCHEDULER_STRONG_APA( name, prio_count ) \
>> > static struct { \
>> >Scheduler_strong_APA_Context Base; \
>> > - Chain_ControlReady[ ( prio_count ) ]; \
>> > + Scheduler_strong_APA_Struct Struct[ CONFIGURE_MAX
Hi,
Thanks a lot for this detailed review. I will work on each point that you
mentioned.
On Mon, Aug 24, 2020 at 11:07 PM Gedare Bloom wrote:
> On Mon, Aug 24, 2020 at 10:14 AM Richi Dubey wrote:
> >
> > ---
> > cpukit/include/rtems/scheduler.h | 6 +-
> > .../include/rtems/sco
On Mon, Aug 24, 2020 at 10:14 AM Richi Dubey wrote:
>
> ---
> cpukit/include/rtems/scheduler.h | 6 +-
> .../include/rtems/score/schedulerstrongapa.h | 284 --
> cpukit/score/src/schedulerstrongapa.c | 913 ++
> 3 files changed, 901 insertions(+), 302 d