packages/linux-lava: bump to 6.0 and some config changes
- use lru patch - try bore scheduler instead of pds - use 1000hz
This commit is contained in:
parent
f5d2b22894
commit
27f093d4ed
2 changed files with 26 additions and 18 deletions
|
|
@ -28,10 +28,12 @@ in buildLinux (args // {
|
|||
NO_HZ_FULL = yes;
|
||||
NO_HZ_FULL_NODEF = yes;
|
||||
NO_HZ_IDLE = no;
|
||||
TICK_CPU_ACCOUNTING = no;
|
||||
VIRT_CPU_ACCOUNTING_GEN = yes;
|
||||
CONTEXT_TRACKING = yes;
|
||||
CONTEXT_TRACKING_FORCE = no;
|
||||
HZ_500 = yes;
|
||||
HZ_500_NODEF = yes;
|
||||
HZ_1000 = yes;
|
||||
HZ_1000_NODEF = yes;
|
||||
|
||||
# preempt
|
||||
PREEMPT = yes;
|
||||
|
|
@ -41,10 +43,7 @@ in buildLinux (args // {
|
|||
PREEMPT_DYNAMIC = yes;
|
||||
|
||||
# scheduler
|
||||
SCHED_ALT = yes;
|
||||
SCHED_PDS = yes;
|
||||
FAIR_GROUP_SCHED = no;
|
||||
CFS_BANDWIDTH = no;
|
||||
SCHED_BORE = yes;
|
||||
|
||||
# disable numa
|
||||
NUMA = no;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue