]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/cgroup_subsys.h
Merge branch 'sg' of git://git.kernel.dk/linux-2.6-block
[linux-2.6-omap-h63xx.git] / include / linux / cgroup_subsys.h
index f8eddbbcad9a29e096112e3d7503415342540f1b..0b9bfbde81686cc1ef6854ce429672ef5b85855c 100644 (file)
@@ -7,4 +7,32 @@
 
 /* */
 
+#ifdef CONFIG_CPUSETS
+SUBSYS(cpuset)
+#endif
+
+/* */
+
+#ifdef CONFIG_CGROUP_CPUACCT
+SUBSYS(cpuacct)
+#endif
+
+/* */
+
+#ifdef CONFIG_CGROUP_DEBUG
+SUBSYS(debug)
+#endif
+
+/* */
+
+#ifdef CONFIG_CGROUP_NS
+SUBSYS(ns)
+#endif
+
+/* */
+
+#ifdef CONFIG_FAIR_CGROUP_SCHED
+SUBSYS(cpu_cgroup)
+#endif
+
 /* */