From fa77470de27782797fa7d3ec1aef0c4a270e1672 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Tue, 7 Sep 2004 17:50:53 -0700 Subject: [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 Signed-off-by: Linus Torvalds --- include/linux/personality.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'include/linux') 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. * -- cgit v1.2.3