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>
This commit is contained in:
Родитель
94bc9a7bd9
Коммит
518b22e990
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче