]> git.baikalelectronics.ru Git - kernel.git/commit
s390: remove HAVE_ARCH_EARLY_PFN_TO_NID select statement
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Mon, 27 Mar 2017 06:01:29 +0000 (08:01 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 28 Mar 2017 14:54:30 +0000 (16:54 +0200)
commit2b8d757667dba8c52b6a919e25bc9a9e9976511b
tree3a9a9d391f44fd1b3bd6f721e2b749676a2ffdf2
parentf84183d86a0d527af7f194737c7d9d909aa96c1a
s390: remove HAVE_ARCH_EARLY_PFN_TO_NID select statement

HAVE_ARCH_EARLY_PFN_TO_NID selects a not present Kconfig
option. Therefore remove it.
Given that the first call of early_pfn_to_nid() happens after
numa_setup() finished to establish the memory to node mapping, there
is no need to implement an architecture private version of
__early_pfn_to_nid() like (only) ia64 does.

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