forked from Imagelibrary/rtems
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user