Browse Source

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>
Adrian Bunk 17 years ago
parent
commit
518b22e990
1 changed files with 1 additions and 1 deletions
  1. 1 1
      kernel/sched_fair.c

+ 1 - 1
kernel/sched_fair.c

@@ -43,7 +43,7 @@ unsigned int sysctl_sched_min_granularity = 1000000ULL;
 /*
 /*
  * is kept at sysctl_sched_latency / sysctl_sched_min_granularity
  * 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
  * After fork, child runs first. (default) If set to 0 then