summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/include/confdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/sapi/include/confdefs.h')
-rwxr-xr-xcpukit/sapi/include/confdefs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h
index d01c927014..50e04b23cb 100755
--- a/cpukit/sapi/include/confdefs.h
+++ b/cpukit/sapi/include/confdefs.h
@@ -811,9 +811,9 @@ extern rtems_initialization_tasks_table Initialization_tasks[];
#if defined(RTEMS_SMP) && CONFIGURE_MAXIMUM_PROCESSORS > 1
/**
* If no scheduler is specified in an SMP configuration, the
- * priority scheduler is default.
+ * EDF scheduler is default.
*/
- #define CONFIGURE_SCHEDULER_PRIORITY_SMP
+ #define CONFIGURE_SCHEDULER_EDF_SMP
#else
/**
* If no scheduler is specified in a uniprocessor configuration, the