summaryrefslogtreecommitdiff
path: root/fs/proc/array.c
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2011-03-03 14:17:49 -0800
committerColin Cross <ccross@android.com>2011-03-03 14:17:49 -0800
commitc871fe663a6368fd0e98f5a3bfd81b0b9c591266 (patch)
treed09c244e94c09f985caf259c434c7eda8ff53229 /fs/proc/array.c
parentd5fdafd38ca0c28c4648909ce0afd0a5420309ca (diff)
parentdb811ca0f48578f9940f49f284ac81e336b264ad (diff)
Merge branch 'for-2639/i2c/i2c-tegra' of git://git.fluff.org/bjdooks/linux into for-next-i2c
Diffstat (limited to 'fs/proc/array.c')
-rw-r--r--fs/proc/array.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/proc/array.c b/fs/proc/array.c
index df2b703b9d0..7c99c1cf7e5 100644
--- a/fs/proc/array.c
+++ b/fs/proc/array.c
@@ -353,9 +353,6 @@ int proc_pid_status(struct seq_file *m, struct pid_namespace *ns,
task_cap(m, task);
task_cpus_allowed(m, task);
cpuset_task_status_allowed(m, task);
-#if defined(CONFIG_S390)
- task_show_regs(m, task);
-#endif
task_context_switch_counts(m, task);
return 0;
}