Changes between Initial Version and Version 1 of Ticket #3732


Ignore:
Timestamp:
04/05/19 06:17:36 (5 years ago)
Author:
Sebastian Huber
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3732

    • Property Summary changed from Add rtems_scheduler_get_maximum_processor() to Add rtems_scheduler_get_processor_maximum()
  • Ticket #3732 – Description

    initial v1  
    1 Add rtems_scheduler_get_maximum_processor() as a replacement for rtems_get_processor_count(). The rtems_get_processor_count() is a bit orphaned. Adopt it by the Scheduler Manager. The count is also misleading, since the processor set may have gaps and the actual count of online processors may be less than the value returned by rtems_get_processor_count().
     1Add rtems_scheduler_get_processor_maximum() as a replacement for rtems_get_processor_count(). The rtems_get_processor_count() is a bit orphaned. Adopt it by the Scheduler Manager. The count is also misleading, since the processor set may have gaps and the actual count of online processors may be less than the value returned by rtems_get_processor_count().