confdefs.h: Fix compile error in non-SMP cfg

Bug introduced by f778b7f3f1.

Update #3001.
This commit is contained in:
Sebastian Huber
2017-05-16 09:48:32 +02:00
parent bc470d3c49
commit 0b8084c298
+1 -1
View File
@@ -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.