mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue