blob: d62fcee9a08aa8b620436047fadb679f84095b04 [file] [log] [blame]
Paul Menageddbcc7e2007-10-18 23:39:30 -07001/* 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 Menage8793d852007-10-18 23:39:39 -070010#ifdef CONFIG_CPUSETS
11SUBSYS(cpuset)
12#endif
13
14/* */
15
Paul Menage006cb992007-10-18 23:39:43 -070016#ifdef CONFIG_CGROUP_DEBUG
17SUBSYS(debug)
18#endif
19
Paul Menageddbcc7e2007-10-18 23:39:30 -070020/* */
Serge E. Hallyn858d72e2007-10-18 23:39:45 -070021
22#ifdef CONFIG_CGROUP_NS
23SUBSYS(ns)
24#endif
25
26/* */
Srivatsa Vaddagiri68318b82007-10-18 23:41:03 -070027
28#ifdef CONFIG_FAIR_CGROUP_SCHED
29SUBSYS(cpu_cgroup)
30#endif
31
32/* */