mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 22:51:42 +00:00
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:
parent
94bc9a7bd9
commit
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
|
||||
|
Loading…
Reference in New Issue
Block a user