Skip to content

Commit

Permalink
sched: mention CONFIG_SCHED_DEBUG in documentation
Browse files Browse the repository at this point in the history
a little hint to switch on CONFIG_SCHED_DEBUG should be given.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Thomas Voegtle authored and Ingo Molnar committed Aug 9, 2007
1 parent 4301065 commit 5f5d3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/sched-design-CFS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Some implementation details:
CFS uses nanosecond granularity accounting and does not rely on any
jiffies or other HZ detail. Thus the CFS scheduler has no notion of
'timeslices' and has no heuristics whatsoever. There is only one
central tunable:
central tunable (you have to switch on CONFIG_SCHED_DEBUG):

/proc/sys/kernel/sched_granularity_ns

Expand Down

0 comments on commit 5f5d3aa

Please sign in to comment.