LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] sched: fix documentation reference for sched_min_granularity_ns
@ 2008-10-27 16:41 Jiri Kosina
  2008-10-27 17:49 ` Ingo Molnar
  0 siblings, 1 reply; 2+ messages in thread
From: Jiri Kosina @ 2008-10-27 16:41 UTC (permalink / raw)
  To: Ingo Molnar, Peter Zijlstra; +Cc: linux-kernel


sched-design-CFS.txt wrongly references sched_granularity_ns sysctl,
as its name in fact is sched_min_granularity_ns.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
---
 Documentation/scheduler/sched-design-CFS.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/scheduler/sched-design-CFS.txt b/Documentation/scheduler/sched-design-CFS.txt
index 9d8eb55..eb471c7 100644
--- a/Documentation/scheduler/sched-design-CFS.txt
+++ b/Documentation/scheduler/sched-design-CFS.txt
@@ -92,7 +92,7 @@ other HZ detail.  Thus the CFS scheduler has no notion of "timeslices" in the
 way the previous scheduler had, and has no heuristics whatsoever.  There is
 only one central tunable (you have to switch on CONFIG_SCHED_DEBUG):
 
-   /proc/sys/kernel/sched_granularity_ns
+   /proc/sys/kernel/sched_min_granularity_ns
 
 which can be used to tune the scheduler from "desktop" (i.e., low latencies) to
 "server" (i.e., good batching) workloads.  It defaults to a setting suitable
-- 
1.5.6


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] sched: fix documentation reference for sched_min_granularity_ns
  2008-10-27 16:41 [PATCH] sched: fix documentation reference for sched_min_granularity_ns Jiri Kosina
@ 2008-10-27 17:49 ` Ingo Molnar
  0 siblings, 0 replies; 2+ messages in thread
From: Ingo Molnar @ 2008-10-27 17:49 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: Peter Zijlstra, linux-kernel


* Jiri Kosina <jkosina@suse.cz> wrote:

> sched-design-CFS.txt wrongly references sched_granularity_ns sysctl,
> as its name in fact is sched_min_granularity_ns.
> 
> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
> ---
>  Documentation/scheduler/sched-design-CFS.txt |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

applied to tip/sched/urgent, thanks Jiri!

	Ingo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-10-27 17:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-27 16:41 [PATCH] sched: fix documentation reference for sched_min_granularity_ns Jiri Kosina
2008-10-27 17:49 ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).