]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
s390: enable ARCH_SUPPORTS_DEFERRED_STRUCT_PAGE_INIT
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Mon, 27 Mar 2017 10:28:25 +0000 (12:28 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 28 Mar 2017 14:54:32 +0000 (16:54 +0200)
commitfd15a1f333ff5c55be8d3d94ac4c609afe2fd79f
treedbf780442a0dd94fce5cac63f454fbcf6d13438a
parentb8f982803490920544c988bf6ec313028677851f
s390: enable ARCH_SUPPORTS_DEFERRED_STRUCT_PAGE_INIT

Deferred struct page initialization works on s390. However it makes
only sense for the fake numa case, since the kthreads that initialize
struct pages are started per node. Without fake numa there is just a
single node and therefore no gain.
However there is no reason to not enable this feature. Therefore
select the config option and enable the feature in all config files.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/Kconfig
arch/s390/configs/default_defconfig
arch/s390/configs/gcov_defconfig
arch/s390/configs/performance_defconfig