projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6fc7b6
)
s390/Kconfig: remove pointless 64 bit dependencies
author
Heiko Carstens
<heiko.carstens@de.ibm.com>
Mon, 28 Dec 2015 11:53:51 +0000
(12:53 +0100)
committer
Martin Schwidefsky
<schwidefsky@de.ibm.com>
Wed, 30 Dec 2015 09:34:47 +0000
(10:34 +0100)
s390 is always 64 bit.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/s390/Kconfig
b/arch/s390/Kconfig
index 3a55f493c7da72b9ee7ee7ad7c8c76d9e01bed8d..d66a7c47faf30ca1fc8428ff83ef8e38a5f3a6a3 100644
(file)
--- 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