|
@@ -3109,7 +3109,7 @@ static const struct pid_entry tid_base_stuff[] = {
|
|
ONE("stat", S_IRUGO, proc_tid_stat),
|
|
ONE("stat", S_IRUGO, proc_tid_stat),
|
|
ONE("statm", S_IRUGO, proc_pid_statm),
|
|
ONE("statm", S_IRUGO, proc_pid_statm),
|
|
REG("maps", S_IRUGO, proc_tid_maps_operations),
|
|
REG("maps", S_IRUGO, proc_tid_maps_operations),
|
|
-#ifdef CONFIG_CHECKPOINT_RESTORE
|
|
|
|
|
|
+#ifdef CONFIG_PROC_CHILDREN
|
|
REG("children", S_IRUGO, proc_tid_children_operations),
|
|
REG("children", S_IRUGO, proc_tid_children_operations),
|
|
#endif
|
|
#endif
|
|
#ifdef CONFIG_NUMA
|
|
#ifdef CONFIG_NUMA
|