pain
This commit is contained in:
parent
3959c0fcf6
commit
020b686d69
1 changed files with 5 additions and 5 deletions
|
|
@ -47,11 +47,11 @@ self: super: {
|
||||||
HZ_1000_NODEF = yes;
|
HZ_1000_NODEF = yes;
|
||||||
|
|
||||||
# preempt
|
# preempt
|
||||||
CONFIG_PREEMPT = yes;
|
PREEMPT = yes;
|
||||||
CONFIG_PREEMPT_COUNT = yes;
|
PREEMPT_COUNT = yes;
|
||||||
CONFIG_PREEMPT_VOLUNTARY = no;
|
PREEMPT_VOLUNTARY = no;
|
||||||
CONFIG_PREEMPTION = yes;
|
PREEMPTION = yes;
|
||||||
CONFIG_PREEMPT_DYNAMIC = yes;
|
PREEMPT_DYNAMIC = yes;
|
||||||
|
|
||||||
# scheduler
|
# scheduler
|
||||||
# SCHED_ALT = yes;
|
# SCHED_ALT = yes;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue