From 8a6d48c0542876eb3acfc0970c0ab7872db08d5f Mon Sep 17 00:00:00 2001 From: Zheng Da Date: Sun, 6 Dec 2009 05:26:23 +0100 Subject: check in the original version of dde linux26. --- .../contrib/include/linux/cgroup_subsys.h | 62 ++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 libdde_linux26/contrib/include/linux/cgroup_subsys.h (limited to 'libdde_linux26/contrib/include/linux/cgroup_subsys.h') diff --git a/libdde_linux26/contrib/include/linux/cgroup_subsys.h b/libdde_linux26/contrib/include/linux/cgroup_subsys.h new file mode 100644 index 00000000..9c8d31ba --- /dev/null +++ b/libdde_linux26/contrib/include/linux/cgroup_subsys.h @@ -0,0 +1,62 @@ +/* Add subsystem definitions of the form SUBSYS() in this + * file. Surround each one by a line of comment markers so that + * patches don't collide + */ + +/* */ + +/* */ + +#ifdef CONFIG_CPUSETS +SUBSYS(cpuset) +#endif + +/* */ + +#ifdef CONFIG_CGROUP_DEBUG +SUBSYS(debug) +#endif + +/* */ + +#ifdef CONFIG_CGROUP_NS +SUBSYS(ns) +#endif + +/* */ + +#ifdef CONFIG_CGROUP_SCHED +SUBSYS(cpu_cgroup) +#endif + +/* */ + +#ifdef CONFIG_CGROUP_CPUACCT +SUBSYS(cpuacct) +#endif + +/* */ + +#ifdef CONFIG_CGROUP_MEM_RES_CTLR +SUBSYS(mem_cgroup) +#endif + +/* */ + +#ifdef CONFIG_CGROUP_DEVICE +SUBSYS(devices) +#endif + +/* */ + +#ifdef CONFIG_CGROUP_FREEZER +SUBSYS(freezer) +#endif + +/* */ + +#ifdef CONFIG_NET_CLS_CGROUP +SUBSYS(net_cls) +#endif + +/* */ -- cgit v1.2.3