Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.6.25-git3 /init/Kconfig

Filename:/init/Kconfig
Lines Added:8
Lines Deleted:1
Also changed in: (Previous) 2.6.25-git2  2.6.25-git1  2.6.25  2.6.25-rc9  2.6.25-rc8  2.6.25-rc7 
(Following) 2.6.25-git4  2.6.25-git5  2.6.25-git6  2.6.25-git7  2.6.25-git8  2.6.25-git9 

Location
[  2.6.25-git3
  [  init
     o  Kconfig

Patch

diff --git a/init/Kconfig b/init/Kconfig
index a97924b..ba3a389 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -328,6 +328,13 @@ config RT_GROUP_SCHED
    depends on EXPERIMENTAL
    depends on GROUP_SCHED
    default n
+   help
+     This feature lets you explicitly allocate real CPU bandwidth
+     to users or control groups (depending on the "Basis for grouping tasks"
+     setting below. If enabled, it will also make it impossible to
+     schedule realtime tasks for non-root users until you allocate
+     realtime bandwidth for them.
+     See Documentation/sched-rt-group.txt for more information.
 
 choice
    depends on GROUP_SCHED
@@ -763,7 +770,7 @@ endmenu      # General setup
 config SLABINFO
    bool
    depends on PROC_FS
-   depends on SLAB || SLUB
+   depends on SLAB || SLUB_DEBUG
    default y
 
 config RT_MUTEXES


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.