aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/array.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/proc/array.c')
-rw-r--r--fs/proc/array.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/proc/array.c b/fs/proc/array.c
index 2571da43c736..4badde179b18 100644
--- a/fs/proc/array.c
+++ b/fs/proc/array.c
@@ -578,7 +578,7 @@ static int do_task_stat(struct seq_file *m, struct pid_namespace *ns,
578 rsslim, 578 rsslim,
579 mm ? mm->start_code : 0, 579 mm ? mm->start_code : 0,
580 mm ? mm->end_code : 0, 580 mm ? mm->end_code : 0,
581 (permitted) ? task->stack_start : 0, 581 (permitted && mm) ? task->stack_start : 0,
582 esp, 582 esp,
583 eip, 583 eip,
584 /* The signal information here is obsolete. 584 /* The signal information here is obsolete.