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:
parent
ad431b3c1a
commit
f29ae72d79
21 changed files with 75 additions and 57 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue