Skip to content

Commit

Permalink
sched: make sched_nr_latency static
Browse files Browse the repository at this point in the history
sched_nr_latency can now become static.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Adrian Bunk authored and Ingo Molnar committed Nov 15, 2007
1 parent 94bc9a7 commit 518b22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/sched_fair.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 518b22e

Please sign in to comment.