aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/Kconfig
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2006-07-10 07:45:38 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2006-07-10 16:24:26 -0400
commit289fbc21ea5ac445dfb4326090b1912387e849b5 (patch)
tree893156586eb506d45110f51976749433f70e8e34 /arch/s390/Kconfig
parent5c318bef5f61baf6bbda2dcfe8c2ef71007c7fea (diff)
[PATCH] disallow modular binfmt_elf32
Currently most architectures either always build binfmt_elf32 in the kernel image or make it a boolean option. Only sparc64 and s390 allow to build it modularly. This patch turns the option into a boolean aswell because elf requires various symbols that shouldn't be available to modules. The most urgent one is tasklist_lock whos export this patch series kills, but there are others like force_sgi aswell. Note that sparc doesn't allow a modular 32bit a.out handler either, and that would be the more useful case as only few people want 32bit sunos compatibility and 99.9% of all sparc64 users need 32bit linux native elf support. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: "David S. Miller" <davem@davemloft.net> Cc: Martin Schwidefsky <schwidefsky@de.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r--arch/s390/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig
index 224fbff79969..4dc9b2d14b92 100644
--- a/arch/s390/Kconfig
+++ b/arch/s390/Kconfig
@@ -119,7 +119,7 @@ config SYSVIPC_COMPAT
119 default y 119 default y
120 120
121config BINFMT_ELF32 121config BINFMT_ELF32
122 tristate "Kernel support for 31 bit ELF binaries" 122 bool "Kernel support for 31 bit ELF binaries"
123 depends on COMPAT 123 depends on COMPAT
124 help 124 help
125 This allows you to run 32-bit Linux/ELF binaries on your zSeries 125 This allows you to run 32-bit Linux/ELF binaries on your zSeries