Skip to content

Commit

Permalink
ZEN: INTERACTIVE: Set MuQSS' sched_iso_cpu to 25
Browse files Browse the repository at this point in the history
  • Loading branch information
heftig committed Feb 4, 2020
1 parent 07224ba commit ec2c919
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kernel/sched/MuQSS.c
Expand Up @@ -190,7 +190,11 @@ int sched_interactive __read_mostly = 1;
* are allowed to run five seconds as real time tasks. This is the total over
* all online cpus.
*/
#ifdef CONFIG_ZEN_INTERACTIVE
int sched_iso_cpu __read_mostly = 25;
#else
int sched_iso_cpu __read_mostly = 70;
#endif

/*
* sched_yield_type - Choose what sort of yield sched_yield will perform.
Expand Down

0 comments on commit ec2c919

Please sign in to comment.