summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/include
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-05-12 08:35:36 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-05-12 08:35:36 +0200
commitf778b7f3f177a39505aeea61206e95fc54f875be (patch)
tree00d0f265b532a13b1215246f901c26a4a28122dc /cpukit/sapi/include
parentconfdefs.h: CONFIGURE_DISABLE_SMP_CONFIGURATION (diff)
downloadrtems-f778b7f3f177a39505aeea61206e95fc54f875be.tar.bz2
confdefs.h: Use SMP scheduler only if necessary
Update #3001.
Diffstat (limited to 'cpukit/sapi/include')
-rwxr-xr-xcpukit/sapi/include/confdefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h
index 06938b1b50..5cba1a85b9 100755
--- a/cpukit/sapi/include/confdefs.h
+++ b/cpukit/sapi/include/confdefs.h
@@ -806,7 +806,7 @@ extern rtems_initialization_tasks_table Initialization_tasks[];
!defined(CONFIGURE_SCHEDULER_SIMPLE_SMP) && \
!defined(CONFIGURE_SCHEDULER_EDF) && \
!defined(CONFIGURE_SCHEDULER_CBS)
- #ifdef _CONFIGURE_SMP_APPLICATION
+ #if CONFIGURE_MAXIMUM_PROCESSORS > 1
/**
* If no scheduler is specified in an SMP configuration, the
* priority scheduler is default.