aboutsummaryrefslogtreecommitdiffstats
path: root/init/Kconfig
diff options
context:
space:
mode:
authorViktor Radnai <viktor.radnai@gmail.com>2008-04-19 13:45:01 -0400
committerIngo Molnar <mingo@elte.hu>2008-04-19 13:45:01 -0400
commitb9b158fe1ca2c166ff918de30cb098eafcae487a (patch)
tree4320cfc00f7910444061479f652d0f94787b7c31 /init/Kconfig
parentc24b7c524421f9ea9d9ebab55f80cfb1f3fb77a3 (diff)
sched: better rt-group documentation
Viktor was nice enough to enhance the document based on my replies to his questions on the subject. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'init/Kconfig')
-rw-r--r--init/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 7fccf09bb95a..ba3a389fab94 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -328,6 +328,13 @@ config RT_GROUP_SCHED
328 depends on EXPERIMENTAL 328 depends on EXPERIMENTAL
329 depends on GROUP_SCHED 329 depends on GROUP_SCHED
330 default n 330 default n
331 help
332 This feature lets you explicitly allocate real CPU bandwidth
333 to users or control groups (depending on the "Basis for grouping tasks"
334 setting below. If enabled, it will also make it impossible to
335 schedule realtime tasks for non-root users until you allocate
336 realtime bandwidth for them.
337 See Documentation/sched-rt-group.txt for more information.
331 338
332choice 339choice
333 depends on GROUP_SCHED 340 depends on GROUP_SCHED