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

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
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment