X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=include%2Flinux%2Fcgroup_subsys.h;h=9c22396e8b50355e3058e93807f293112622079f;hb=5a439c565799cb8d290d71ce375e86be64d43a4b;hp=ac6aad98b6073ef7cd3a16b088b02ffccaadae32;hpb=4ee29f6a52158cea526b16a44ae38643946103ec;p=linux-2.6-omap-h63xx.git diff --git a/include/linux/cgroup_subsys.h b/include/linux/cgroup_subsys.h index ac6aad98b60..9c22396e8b5 100644 --- a/include/linux/cgroup_subsys.h +++ b/include/linux/cgroup_subsys.h @@ -37,8 +37,20 @@ SUBSYS(cpuacct) /* */ -#ifdef CONFIG_CGROUP_MEM_CONT +#ifdef CONFIG_CGROUP_MEM_RES_CTLR SUBSYS(mem_cgroup) #endif /* */ + +#ifdef CONFIG_CGROUP_DEVICE +SUBSYS(devices) +#endif + +/* */ + +#ifdef CONFIG_CGROUP_FREEZER +SUBSYS(freezer) +#endif + +/* */