<p dir="ltr"><br>
On Feb 21, 2014 1:58 AM, Sebastian Huber <sebastian.huber@embedded-brains.de> wrote:<br>
><br>
> On 2014-02-20 21:07, Jennifer Averett wrote:<br>
> > +#if __RTEMS_HAVE_SYS_CPUSET_H__ && defined( RTEMS_SMP )<br>
> > +const Cpuset_Control *_Cpuset_Handler_default(void);<br>
> > +#else<br>
> > +#define _Cpuset_Handler_default()   do { } while ( 0 )<br>
> > +#endif<br>
><br>
> In case the C library doesn't provide an appropriate <sys/cpuset.h> then we <br>
> should provide our own header file.  Maybe we should use a special header file <br>
> that either uses <sys/cpuset.h> directly or alternatively provides the missing <br>
> declarations and functions.<br>
><br>
> I don't think it makes sense to use a SMP configuration with this API.</p>
<p dir="ltr">This is just to account for old tool sets. </p>
<p dir="ltr">Jennifer.. There should be no reason to make this empty here if the bodies are conditional (on sys/cpuset.h)</p>
<p dir="ltr">> -- <br>
> Sebastian Huber, embedded brains GmbH<br>
><br>
> Address : Dornierstr. 4, D-82178 Puchheim, Germany<br>
> Phone   : +49 89 189 47 41-16<br>
> Fax     : +49 89 189 47 41-09<br>
> E-Mail  : sebastian.huber@embedded-brains.de<br>
> PGP     : Public key available on request.<br>
><br>
> Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.<br>
> _______________________________________________<br>
> rtems-devel mailing list<br>
> rtems-devel@rtems.org<br>
> http://www.rtems.org/mailman/listinfo/rtems-devel<br>
</p>