Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 518b22e9 authored by Adrian Bunk's avatar Adrian Bunk Committed by Ingo Molnar
Browse files

sched: make sched_nr_latency static



sched_nr_latency can now become static.

Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 94bc9a7b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ unsigned int sysctl_sched_min_granularity = 1000000ULL;
/*
 * is kept at sysctl_sched_latency / sysctl_sched_min_granularity
 */
unsigned int sched_nr_latency = 20;
static unsigned int sched_nr_latency = 20;

/*
 * After fork, child runs first. (default) If set to 0 then