]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit59cea29a34eb6f5fe0e44e0766a1797dd73f40a1
tree3a9a9d391f44fd1b3bd6f721e2b749676a2ffdf2
parentab24fbd35a6ee77a58c24bd50582c51610a194f0
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