diff options
author | Heiko Carsten <heiko.carstens@de.ibm.com> | 2011-12-27 05:27:29 -0500 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2011-12-27 05:27:14 -0500 |
commit | 77ecd06ae40d0d9532c6aebc81f3d09462f20358 (patch) | |
tree | b6427d77de29717983a2a5261c203bfbae0bbc90 /arch/s390 | |
parent | b38f27e8425a132ed2dc49ffb3741404e81363d8 (diff) |
[S390] sysctl: get rid of dead declaration
Remove dead sysctl_userprocess_debug. The variable is
gone since we map our old userprocess_debug sysctl to
the common code show_unhandled_signals sysctl on s390.
Signed-off-by: Heiko Carsten <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390')
-rw-r--r-- | arch/s390/include/asm/system.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/s390/include/asm/system.h b/arch/s390/include/asm/system.h index ef573c1d71a7..d73cc6b60000 100644 --- a/arch/s390/include/asm/system.h +++ b/arch/s390/include/asm/system.h | |||
@@ -20,8 +20,6 @@ | |||
20 | 20 | ||
21 | struct task_struct; | 21 | struct task_struct; |
22 | 22 | ||
23 | extern int sysctl_userprocess_debug; | ||
24 | |||
25 | extern struct task_struct *__switch_to(void *, void *); | 23 | extern struct task_struct *__switch_to(void *, void *); |
26 | extern void update_per_regs(struct task_struct *task); | 24 | extern void update_per_regs(struct task_struct *task); |
27 | 25 | ||