mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-24 12:54:24 +08:00
confdefs.h: Fix compile error in non-SMP cfg
Bug introduced by f778b7f3f1.
Update #3001.
This commit is contained in:
@@ -806,7 +806,7 @@ extern rtems_initialization_tasks_table Initialization_tasks[];
|
||||
!defined(CONFIGURE_SCHEDULER_SIMPLE_SMP) && \
|
||||
!defined(CONFIGURE_SCHEDULER_EDF) && \
|
||||
!defined(CONFIGURE_SCHEDULER_CBS)
|
||||
#if CONFIGURE_MAXIMUM_PROCESSORS > 1
|
||||
#if defined(RTEMS_SMP) && CONFIGURE_MAXIMUM_PROCESSORS > 1
|
||||
/**
|
||||
* If no scheduler is specified in an SMP configuration, the
|
||||
* priority scheduler is default.
|
||||
|
||||
Reference in New Issue
Block a user