<div dir="ltr">Yes, I got it. Thank you.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Oct 31, 2020 at 12:00 AM Gedare Bloom <<a href="mailto:gedare@rtems.org">gedare@rtems.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Fri, Oct 30, 2020 at 12:28 PM Gedare Bloom <<a href="mailto:gedare@rtems.org" target="_blank">gedare@rtems.org</a>> wrote:<br>
><br>
> On Wed, Oct 28, 2020 at 3:27 AM Richi Dubey <<a href="mailto:richidubey@gmail.com" target="_blank">richidubey@gmail.com</a>> wrote:<br>
> ><br>
> > Hi,<br>
> ><br>
> >> --- a/cpukit/include/rtems/confdefs/scheduler.h<br>
> >> +++ b/cpukit/include/rtems/confdefs/scheduler.h<br>
> >> @@ -55,9 +55,9 @@<br>
> >>     && !defined(CONFIGURE_SCHEDULER_STRONG_APA) \<br>
> >>     && !defined(CONFIGURE_SCHEDULER_USER)<br>
> >>     #if defined(RTEMS_SMP) && _CONFIGURE_MAXIMUM_PROCESSORS > 1<br>
> >> -    #define CONFIGURE_SCHEDULER_EDF_SMP<br>
> >> +    #define CONFIGURE_SCHEDULER_STRONG_APA<br>
> >>     #else<br>
> >> -    #define CONFIGURE_SCHEDULER_PRIORITY<br>
> >> +    #define CONFIGURE_SCHEDULER_STRONG_APA<br>
> ><br>
> ><br>
> > This won't work anymore because the scheduler.h file has been changed in the current master. I am having difficulty trying to achieve the same outcome in the new file. Please guide me.<br>
> ><br>
><br>
> What's the problem? I don't see it.<br>
><br>
NVM this, follow the other thread about your problem... and use the<br>
correct scheduler.h<br>
<br>
> > Thanks,<br>
> > Richi.<br>
> ><br>
> > On Mon, Sep 7, 2020 at 11:28 AM Sebastian Huber <<a href="mailto:sebastian.huber@embedded-brains.de" target="_blank">sebastian.huber@embedded-brains.de</a>> wrote:<br>
> >><br>
> >> On 03/09/2020 17:10, Richi Dubey wrote:<br>
> >><br>
> >> > Any views on this?<br>
> >><br>
> >> Sorry for the delay. Did you run the test suite with this scheduler as<br>
> >> the default and check how many tests pass?<br>
> >><br>
> >> diff --git a/cpukit/include/rtems/confdefs/scheduler.h<br>
> >> b/cpukit/include/rtems/confdefs/scheduler.h<br>
> >> index 9305fc2d90..63f4be4247 100644<br>
> >> --- a/cpukit/include/rtems/confdefs/scheduler.h<br>
> >> +++ b/cpukit/include/rtems/confdefs/scheduler.h<br>
> >> @@ -55,9 +55,9 @@<br>
> >>     && !defined(CONFIGURE_SCHEDULER_STRONG_APA) \<br>
> >>     && !defined(CONFIGURE_SCHEDULER_USER)<br>
> >>     #if defined(RTEMS_SMP) && _CONFIGURE_MAXIMUM_PROCESSORS > 1<br>
> >> -    #define CONFIGURE_SCHEDULER_EDF_SMP<br>
> >> +    #define CONFIGURE_SCHEDULER_STRONG_APA<br>
> >>     #else<br>
> >> -    #define CONFIGURE_SCHEDULER_PRIORITY<br>
> >> +    #define CONFIGURE_SCHEDULER_STRONG_APA<br>
> >>     #endif<br>
> >>   #endif<br>
> >><br>
> >><br>
> > _______________________________________________<br>
> > devel mailing list<br>
> > <a href="mailto:devel@rtems.org" target="_blank">devel@rtems.org</a><br>
> > <a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/devel</a><br>
</blockquote></div>