Paul Menage | ddbcc7e | 2007-10-18 23:39:30 -0700 | [diff] [blame] | 1 | /* Add subsystem definitions of the form SUBSYS(<name>) in this |
2 | * file. Surround each one by a line of comment markers so that | ||||
3 | * patches don't collide | ||||
4 | */ | ||||
5 | |||||
6 | /* */ | ||||
7 | |||||
8 | /* */ | ||||
9 | |||||
Paul Menage | 8793d85 | 2007-10-18 23:39:39 -0700 | [diff] [blame] | 10 | #ifdef CONFIG_CPUSETS |
11 | SUBSYS(cpuset) | ||||
12 | #endif | ||||
13 | |||||
14 | /* */ | ||||
15 | |||||
Paul Menage | 62d0df6 | 2007-10-18 23:39:42 -0700 | [diff] [blame] | 16 | #ifdef CONFIG_CGROUP_CPUACCT |
17 | SUBSYS(cpuacct) | ||||
18 | #endif | ||||
19 | |||||
20 | /* */ | ||||
21 | |||||
Paul Menage | 006cb99 | 2007-10-18 23:39:43 -0700 | [diff] [blame] | 22 | #ifdef CONFIG_CGROUP_DEBUG |
23 | SUBSYS(debug) | ||||
24 | #endif | ||||
25 | |||||
Paul Menage | ddbcc7e | 2007-10-18 23:39:30 -0700 | [diff] [blame] | 26 | /* */ |
Serge E. Hallyn | 858d72e | 2007-10-18 23:39:45 -0700 | [diff] [blame] | 27 | |
28 | #ifdef CONFIG_CGROUP_NS | ||||
29 | SUBSYS(ns) | ||||
30 | #endif | ||||
31 | |||||
32 | /* */ | ||||
Srivatsa Vaddagiri | 68318b8 | 2007-10-18 23:41:03 -0700 | [diff] [blame] | 33 | |
34 | #ifdef CONFIG_FAIR_CGROUP_SCHED | ||||
35 | SUBSYS(cpu_cgroup) | ||||
36 | #endif | ||||
37 | |||||
38 | /* */ |