* [2.6 patch] sched_fair.c: make sched_nr_latency static
@ 2007-11-11 6:48 Adrian Bunk
0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2007-11-11 6:48 UTC (permalink / raw)
To: Peter Zijlstra, Ingo Molnar; +Cc: linux-kernel
sched_nr_latency can now become static.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
---
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2007-11-11 6:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-11 6:48 [2.6 patch] sched_fair.c: make sched_nr_latency static Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox