On 13/11/14 10:09, Daniel Cederman wrote:
@@ -407,6 +410,8 @@ static rtems_interval       ticksPerSec;            /* 
cached system clock rate (WHO IS ASSUMED
                                                                                
         */

  rtems_task_priority           rpciodPriority = 0;
+cpu_set_t            *rpciodCpuset = 0;
+size_t                rpciodCpusetSize = 0;

  #if (DEBUG) & DEBUG_MALLOC
  /* malloc wrappers for debugging */

Missing #ifdef RTEMS_SMP ?

I am not sure if we should really use #ifdef RTEMS_SMP for the #include <sys/cpuset.h>. We use also #if defined(__RTEMS_HAVE_SYS_CPUSET_H__) && defined(RTEMS_SMP) sometimes. I would simply force users to update their Newlib version.

Please fix the spacing and use the coding style of the file.

--
Sebastian Huber, embedded brains GmbH

Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone   : +49 89 189 47 41-16
Fax     : +49 89 189 47 41-09
E-Mail  : sebastian.hu...@embedded-brains.de
PGP     : Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.
_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to