Skip to content

Commit

Permalink
sched: fair: enable sysctl_sched_child_runs_first
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Muckle authored and mylove90 committed Jan 24, 2024
1 parent 95d743c commit a87ee54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/sched/fair.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ static unsigned int sched_nr_latency = 8;
* After fork, child runs first. If set to 0 (default) then
* parent will (try to) run first.
*/
unsigned int sysctl_sched_child_runs_first __read_mostly;
unsigned int sysctl_sched_child_runs_first __read_mostly = 1;

/*
* To enable/disable energy aware feature.
Expand Down

0 comments on commit a87ee54

Please sign in to comment.