aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/Kconfig
diff options
context:
space:
mode:
authorMartin Schwidefsky <schwidefsky@de.ibm.com>2014-02-12 08:16:18 -0500
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2014-02-21 02:50:22 -0500
commitec66ad66a0de87866be347b5ecc83bd46427f53b (patch)
tree5b11472a765b1da2ccd67ceb5f51cf53c46369e7 /arch/s390/Kconfig
parent634391ace193d00c59a691e9fc227b0f8942bad7 (diff)
s390/mm: enable split page table lock for PMD level
Add the pgtable_pmd_page_ctor/pgtable_pmd_page_dtor calls to the pmd allocation and free functions and enable ARCH_ENABLE_SPLIT_PMD_PTLOCK for 64 bit. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r--arch/s390/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig
index 65a07750f4f9..86db5a8e6586 100644
--- a/arch/s390/Kconfig
+++ b/arch/s390/Kconfig
@@ -415,6 +415,10 @@ config ARCH_ENABLE_MEMORY_HOTPLUG
415config ARCH_ENABLE_MEMORY_HOTREMOVE 415config ARCH_ENABLE_MEMORY_HOTREMOVE
416 def_bool y 416 def_bool y
417 417
418config ARCH_ENABLE_SPLIT_PMD_PTLOCK
419 def_bool y
420 depends on 64BIT
421
418config FORCE_MAX_ZONEORDER 422config FORCE_MAX_ZONEORDER
419 int 423 int
420 default "9" 424 default "9"