score: Rename _SMP_Processor_count

Rename _SMP_Processor_count in _SMP_Processor_maximum to be in line with
the API level rtems_scheduler_get_processor_maximum().

Update #3732.
This commit is contained in:
Sebastian Huber
2019-04-11 08:52:36 +02:00
parent 77f9a1be47
commit cfcd6dc98c
3 changed files with 5 additions and 5 deletions

View File

@@ -67,7 +67,7 @@ static void restart_interrupt(void *arg)
(void) level;
_SMP_barrier_State_initialize(&bs);
_SMP_barrier_Wait(&restart_barrier, &bs, _SMP_Processor_count);
_SMP_barrier_Wait(&restart_barrier, &bs, _SMP_Get_processor_count());
cpu_self_index = rtems_scheduler_get_processor();
thread_index = cpu_self_index % QORIQ_THREAD_COUNT;