[POWERPC] Remove xmon from ml300 and ml403 defconfig in arch/ppc
[safe/jmp/linux-2.6] / include / linux / cgroup_subsys.h
index 651ff08..d62fcee 100644 (file)
@@ -13,12 +13,6 @@ SUBSYS(cpuset)
 
 /* */
 
-#ifdef CONFIG_CGROUP_CPUACCT
-SUBSYS(cpuacct)
-#endif
-
-/* */
-
 #ifdef CONFIG_CGROUP_DEBUG
 SUBSYS(debug)
 #endif
@@ -30,3 +24,9 @@ SUBSYS(ns)
 #endif
 
 /* */
+
+#ifdef CONFIG_FAIR_CGROUP_SCHED
+SUBSYS(cpu_cgroup)
+#endif
+
+/* */