kernel: rename 'dumb' scheduler and simply call it 'simple'

Improve naming of the scheduler and call it what it is: simple. Using
'dumb' for the default scheduler algorithm in Zephyr is a bad idea.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2025-03-12 06:09:27 -04:00 committed by Benjamin Cabé
commit f29ae72d79
21 changed files with 75 additions and 57 deletions

View file

@ -21,7 +21,7 @@ config SCHED_IPI_SUPPORTED
default y
config SCHED_CPU_MASK
default y if SCHED_DUMB
default y if SCHED_SIMPLE
config MP_MAX_NUM_CPUS
default 2