diff options
Diffstat (limited to 'fs/proc/base.c')
-rw-r--r-- | fs/proc/base.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/proc/base.c b/fs/proc/base.c index bd8b4ca6a610..616f41a7cde6 100644 --- a/fs/proc/base.c +++ b/fs/proc/base.c | |||
@@ -3400,6 +3400,9 @@ static const struct pid_entry tid_base_stuff[] = { | |||
3400 | ONE("stat", S_IRUGO, proc_tid_stat), | 3400 | ONE("stat", S_IRUGO, proc_tid_stat), |
3401 | ONE("statm", S_IRUGO, proc_pid_statm), | 3401 | ONE("statm", S_IRUGO, proc_pid_statm), |
3402 | REG("maps", S_IRUGO, proc_tid_maps_operations), | 3402 | REG("maps", S_IRUGO, proc_tid_maps_operations), |
3403 | #ifdef CONFIG_CHECKPOINT_RESTORE | ||
3404 | REG("children", S_IRUGO, proc_tid_children_operations), | ||
3405 | #endif | ||
3403 | #ifdef CONFIG_NUMA | 3406 | #ifdef CONFIG_NUMA |
3404 | REG("numa_maps", S_IRUGO, proc_tid_numa_maps_operations), | 3407 | REG("numa_maps", S_IRUGO, proc_tid_numa_maps_operations), |
3405 | #endif | 3408 | #endif |