Skip to content

Commit

Permalink
[S390] sysctl: get rid of dead declaration
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Heiko Carsten authored and Martin Schwidefsky committed Dec 27, 2011
1 parent b38f27e commit 77ecd06
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/s390/include/asm/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@

struct task_struct;

extern int sysctl_userprocess_debug;

extern struct task_struct *__switch_to(void *, void *);
extern void update_per_regs(struct task_struct *task);

Expand Down

0 comments on commit 77ecd06

Please sign in to comment.