[2.6 patch] sched_fair.c: make sched_nr_latency static

From: Adrian Bunk
Date: Sun Nov 11 2007 - 01:49:54 EST


sched_nr_latency can now become static.

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxxx>

---
fc6c112552b2eb423a29c2b0d100e97db3a47c45
diff --git a/kernel/sched_fair.c b/kernel/sched_fair.c
index d3c0307..ee00da2 100644
--- a/kernel/sched_fair.c
+++ b/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
*/
-unsigned int sched_nr_latency = 20;
+static unsigned int sched_nr_latency = 20;

/*
* After fork, child runs first. (default) If set to 0 then

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/