提交 518b22e9 编写于 作者: A Adrian Bunk 提交者: Ingo Molnar

sched: make sched_nr_latency static

sched_nr_latency can now become static.
Signed-off-by: NAdrian Bunk <bunk@kernel.org>
Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册