projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b38f27e
)
[S390] sysctl: get rid of dead declaration
author
Heiko Carsten
<
[email protected]
>
Tue, 27 Dec 2011 10:27:29 +0000
(11:27 +0100)
committer
Martin Schwidefsky
<
[email protected]
>
Tue, 27 Dec 2011 10:27:14 +0000
(11:27 +0100)
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 <
[email protected]
>
Signed-off-by: Martin Schwidefsky <
[email protected]
>
arch/s390/include/asm/system.h
patch
|
blob
|
history
diff --git
a/arch/s390/include/asm/system.h
b/arch/s390/include/asm/system.h
index ef573c1d71a796664d4afe1ebe4280d70b476657..d73cc6b60000044e48aa5253eeea2707d5d5ffba 100644
(file)
--- a/
arch/s390/include/asm/system.h
+++ b/
arch/s390/include/asm/system.h
@@
-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);