diff options
Diffstat (limited to 'fs/proc')
-rw-r--r-- | fs/proc/proc_misc.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/proc/proc_misc.c b/fs/proc/proc_misc.c index f6d25db98922..4a768ed5da2e 100644 --- a/fs/proc/proc_misc.c +++ b/fs/proc/proc_misc.c | |||
@@ -195,9 +195,6 @@ void __init proc_misc_init(void) | |||
195 | proc_symlink("mounts", NULL, "self/mounts"); | 195 | proc_symlink("mounts", NULL, "self/mounts"); |
196 | 196 | ||
197 | /* And now for trickier ones */ | 197 | /* And now for trickier ones */ |
198 | #ifdef CONFIG_SCHEDSTATS | ||
199 | proc_create("schedstat", 0, NULL, &proc_schedstat_operations); | ||
200 | #endif | ||
201 | #ifdef CONFIG_PROC_KCORE | 198 | #ifdef CONFIG_PROC_KCORE |
202 | proc_root_kcore = proc_create("kcore", S_IRUSR, NULL, &proc_kcore_operations); | 199 | proc_root_kcore = proc_create("kcore", S_IRUSR, NULL, &proc_kcore_operations); |
203 | if (proc_root_kcore) | 200 | if (proc_root_kcore) |