]> git.pld-linux.org Git - packages/kernel.git/blob - 2.6.0-t8-cpuset-2of4-lkml.patch
- added description of djurban's branch
[packages/kernel.git] / 2.6.0-t8-cpuset-2of4-lkml.patch
1 diff -Nru a/init/Kconfig b/init/Kconfig
2 --- a/init/Kconfig      Tue Oct 21 16:07:24 2003
3 +++ b/init/Kconfig      Tue Oct 21 16:07:24 2003
4 @@ -194,28 +194,28 @@
5           Disabling this option will cause the kernel to be built without
6           support for epoll family of system calls.
7  
8 -if X86 || IA64
9 -
10  config CPUSETS
11 -        bool "cpusets"
12 -        depends on SMP
13 +        bool "Cpuset support"
14 +        depends on SMP && (X86 || IA64) && EXPERIMENTAL
15          help
16 -          This options will let you create and manage sets of cpu where you
17 -          can run the processes.
18 +          This options will let you create and manage CPUSET's which
19 +         allow partioning a SMP machine into execution areas. Processes
20 +         in a CPUSET are not allowed to run on processor's outside
21 +         the given group.
22    
23            Say N if unsure.
24  
25  config CPUSETS_PROC
26          bool "/proc/cpusets support"
27 -        depends on CPUSETS
28 +        depends on CPUSETS && PROC_FS
29 +       default y
30          help
31            Get some info about the existing cpusets in your system.
32 -          To use this option, you have to ensure that the "/proc file system
33 -          support" (CONFIG_PROC_FS) is enabled, too.
34  
35  config CPUSETS_PROC_CPUINFO
36          bool "/proc/cpuinfo uses current cpuset"
37          depends on CPUSETS_PROC
38 +       default y
39          help
40            With this option enabled, a process reading /proc/cpuinfo will
41            only see the CPUs that are in its current cpuset.
42 @@ -223,11 +223,11 @@
43  config CPUSETS_PROC_STAT
44          bool "/proc/stat uses current cpuset"
45          depends on CPUSETS_PROC
46 +       default y
47          help
48            With this option enabled, a process reading /proc/stat will
49            only see the CPUs that are in its current cpuset.
50  
51 -endif
52  
53  source "drivers/block/Kconfig.iosched"
54  
This page took 1.104716 seconds and 3 git commands to generate.