diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2006-10-04 20:02:19 +0200 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2006-10-04 20:02:19 +0200 |
commit | 7676bef9c183fd573822cac9992927ef596d584c (patch) | |
tree | 1bf18f9cfda947b23e69d47b84500614a59ba95e /arch/s390/Kconfig | |
parent | cb601d41c175b7419efc91075a714d6a157bb0ac (diff) | |
download | linux-stable-7676bef9c183fd573822cac9992927ef596d584c.tar.gz linux-stable-7676bef9c183fd573822cac9992927ef596d584c.tar.bz2 linux-stable-7676bef9c183fd573822cac9992927ef596d584c.zip |
[S390] Have s390 use add_active_range() and free_area_init_nodes.
Size zones and holes in an architecture independent manner for s390.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r-- | arch/s390/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index f900a516f099..51c2dfe89c62 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig @@ -233,6 +233,9 @@ config WARN_STACK_SIZE This allows you to specify the maximum frame size a function may have without the compiler complaining about it. +config ARCH_POPULATES_NODE_MAP + def_bool y + source "mm/Kconfig" comment "I/O subsystem configuration" |