Signed-off-by: Balbir Singh --- fs/proc/base.c | 7 ------- 1 file changed, 7 deletions(-) diff -puN fs/proc/base.c~fix-cpuset-proc-operations fs/proc/base.c --- linux-2.6.19-rc2/fs/proc/base.c~fix-cpuset-proc-operations 2006-11-06 11:47:35.000000000 +0530 +++ linux-2.6.19-rc2-balbir/fs/proc/base.c 2006-11-06 11:48:27.000000000 +0530 @@ -68,7 +68,6 @@ #include #include #include -#include #include #include #include @@ -1788,9 +1787,6 @@ static struct pid_entry tgid_base_stuff[ #ifdef CONFIG_CONTAINERS REG("container", S_IRUGO, container), #endif -#ifdef CONFIG_CPUSETS - REG("cpuset", S_IRUGO, cpuset), -#endif INF("oom_score", S_IRUGO, oom_score), REG("oom_adj", S_IRUGO|S_IWUSR, oom_adjust), #ifdef CONFIG_AUDITSYSCALL @@ -2065,9 +2061,6 @@ static struct pid_entry tid_base_stuff[] #ifdef CONFIG_CONTAINERS REG("container", S_IRUGO, container), #endif -#ifdef CONFIG_CPUSETS - REG("cpuset", S_IRUGO, cpuset), -#endif INF("oom_score", S_IRUGO, oom_score), REG("oom_adj", S_IRUGO|S_IWUSR, oom_adjust), #ifdef CONFIG_AUDITSYSCALL _