summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorHeiko Carstens2015-12-28 12:53:51 +0100
committerMartin Schwidefsky2015-12-30 10:34:47 +0100
commitc095a94932ceee19fe36942aa49df7276f9e30b5 (patch)
treec79115ab6d33faac1910cd707549d5aa929afd56 /arch
parents390/dasd: fix failfast for disconnected devices (diff)
downloadkernel-qcow2-linux-c095a94932ceee19fe36942aa49df7276f9e30b5.tar.gz
kernel-qcow2-linux-c095a94932ceee19fe36942aa49df7276f9e30b5.tar.xz
kernel-qcow2-linux-c095a94932ceee19fe36942aa49df7276f9e30b5.zip
s390/Kconfig: remove pointless 64 bit dependencies
s390 is always 64 bit. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/s390/Kconfig5
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig
index 3a55f493c7da..d66a7c47faf3 100644
--- a/arch/s390/Kconfig
+++ b/arch/s390/Kconfig
@@ -166,8 +166,7 @@ config SCHED_OMIT_FRAME_POINTER
config PGTABLE_LEVELS
int
- default 4 if 64BIT
- default 2
+ default 4
source "init/Kconfig"
@@ -403,7 +402,7 @@ config NODES_SPAN_OTHER_NODES
config NUMA
bool "NUMA support"
- depends on SMP && 64BIT && SCHED_TOPOLOGY
+ depends on SMP && SCHED_TOPOLOGY
default n
help
Enable NUMA support