From e6107854b2511decef8c209cde14c4826a33ff01 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 7 Nov 2016 08:06:48 +0100 Subject: score: Rename _Scheduler_Assignments Rename _Scheduler_Assignments into _Scheduler_Initial_assignments to make it clear that they may not reflect the run-time scheduler assignment. Update #2797. --- cpukit/sapi/include/confdefs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpukit/sapi/include') diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h index 3eac92c636..be817bbf1d 100644 --- a/cpukit/sapi/include/confdefs.h +++ b/cpukit/sapi/include/confdefs.h @@ -1019,7 +1019,7 @@ extern rtems_initialization_tasks_table Initialization_tasks[]; #if defined(RTEMS_SMP) const size_t _Scheduler_Count = CONFIGURE_SCHEDULER_COUNT; - const Scheduler_Assignment _Scheduler_Assignments[] = { + const Scheduler_Assignment _Scheduler_Initial_assignments[] = { #if defined(CONFIGURE_SMP_SCHEDULER_ASSIGNMENTS) CONFIGURE_SMP_SCHEDULER_ASSIGNMENTS #else @@ -1128,8 +1128,8 @@ extern rtems_initialization_tasks_table Initialization_tasks[]; RTEMS_STATIC_ASSERT( CONFIGURE_SMP_MAXIMUM_PROCESSORS - == RTEMS_ARRAY_SIZE( _Scheduler_Assignments ), - _Scheduler_Assignments + == RTEMS_ARRAY_SIZE( _Scheduler_Initial_assignments ), + _Scheduler_Initial_assignments ); #endif #endif -- cgit v1.2.3