sched: make sched_nr_latency static

sched_nr_latency can now become static.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

authored by Adrian Bunk and committed by Ingo Molnar 518b22e9 94bc9a7b

+1 -1
+1 -1
kernel/sched_fair.c
··· 43 43 /* 44 44 * is kept at sysctl_sched_latency / sysctl_sched_min_granularity 45 45 */ 46 - unsigned int sched_nr_latency = 20; 46 + static unsigned int sched_nr_latency = 20; 47 47 48 48 /* 49 49 * After fork, child runs first. (default) If set to 0 then