summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2004-09-07 17:50:53 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-09-07 17:50:53 -0700
commitfa77470de27782797fa7d3ec1aef0c4a270e1672 (patch)
tree68fe7d5d62d1ad0434a3b11d7c6e581caf782cbc /include/linux
parent5be94d3e80331a65338b81d575f4ab5615cc3ded (diff)
[PATCH] remove unused sysctls from kernel/personality.c
These are only used by the out of tree linux-abi project, so it makes sense to define them in those modules. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/personality.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/linux/personality.h b/include/linux/personality.h
index 7efc05ea7efc..db31c5828e4a 100644
--- a/include/linux/personality.h
+++ b/include/linux/personality.h
@@ -12,17 +12,6 @@ extern int register_exec_domain(struct exec_domain *);
extern int unregister_exec_domain(struct exec_domain *);
extern int __set_personality(unsigned long);
-
-/*
- * Sysctl variables related to binary emulation.
- */
-extern unsigned long abi_defhandler_coff;
-extern unsigned long abi_defhandler_elf;
-extern unsigned long abi_defhandler_lcall7;
-extern unsigned long abi_defhandler_libcso;
-extern int abi_fake_utsname;
-
-
/*
* Flags for bug emulation.
*