]On 7/02/2014 6:55 pm, Sebastian Huber wrote:
On 2014-02-07 08:49, Chris Johns wrote:
On 4/02/2014 8:01 pm, Sebastian Huber wrote:

+RTEMS_INLINE_ROUTINE uint32_t
_Thread_Get_maximum_internal_threads(void)
+{
+  uint32_t maximum_internal_threads = 0;
+
+  /* Idle threads */
+  maximum_internal_threads +=
rtems_configuration_get_maximum_processors();
+

Why is the code setting the local variable to 0 then doing the addition ?

Hm, this was a copy and paste from an earlier version which did three
additions like this in row.


Ah ok.

What about the attached patch?

This is fine.

Chris
_______________________________________________
rtems-devel mailing list
rtems-devel@rtems.org
http://www.rtems.org/mailman/listinfo/rtems-devel

Reply via email to