<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from text -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style></head>
<body>
<body><p dir="ltr">Let me make one thing clear so we can quit discussing it. the "have sys cpuset" macro was a nice thing from us to avoid forcing everyone to update their tools immediately. </p><p dir="ltr">There is no assumption that cpuset is not present long term and we will NOT provide an alternative internal implementation.</p><p dir="ltr">In retrospect, I am beginning to think the effort being nice was wasted because it seems to have just drawn flak. Apparently it is more acceptable to just break things now.</p><p dir="ltr">--joel</p><div class="quote">On Feb 21, 2014 1:58 AM, Sebastian Huber <sebastian.huber@embedded-brains.de> wrote:<br type="attribution"></div></body>
<font size="2"><div class="PlainText">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.<br>
<br>
-- <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>
<a href="http://www.rtems.org/mailman/listinfo/rtems-devel">http://www.rtems.org/mailman/listinfo/rtems-devel</a><br>
</div></font>
</body>
</html>