Commit d793ce50 authored by Steve Beattie's avatar Steve Beattie Committed by Tim Gardner

UBUNTU: [config] s390x -- CONFIG_DEFAULT_MMAP_MIN_ADDR=65536

BugLink: https://bugs.launchpad.net/bugs/1531327

Make the s390x MMAP_MIN_ADDR config consistent with most other
architectures.
Signed-off-by: default avatarSteve Beattie <steve.beattie@canonical.com>
Signed-off-by: default avatarTim Gardner <tim.gardner@canonical.com>
parent 38c2ad5a
......@@ -9461,7 +9461,7 @@ CONFIG_COMPACTION policy<{'amd64': 'y', 'arm64': '
CONFIG_MIGRATION policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'powerpc': 'y', 'ppc64el': 'y', 's390x': 'y'}>
CONFIG_BOUNCE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'powerpc': 'y', 'ppc64el': 'y', 's390x': 'n'}>
CONFIG_KSM policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'powerpc': 'y', 'ppc64el': 'y', 's390x': 'y'}>
CONFIG_DEFAULT_MMAP_MIN_ADDR policy<{'amd64': '65536', 'arm64': '32768', 'armhf': '32768', 'i386': '65536', 'powerpc': '65536', 'ppc64el': '65536', 's390x': '4096'}>
CONFIG_DEFAULT_MMAP_MIN_ADDR policy<{'amd64': '65536', 'arm64': '32768', 'armhf': '32768', 'i386': '65536', 'powerpc': '65536', 'ppc64el': '65536', 's390x': '65536'}>
CONFIG_MEMORY_FAILURE policy<{'amd64': 'y', 'powerpc-powerpc64-smp': 'y', 'ppc64el': 'y'}>
CONFIG_HWPOISON_INJECT policy<{'amd64': 'm', 'powerpc-powerpc64-smp': 'm', 'ppc64el': 'm'}>
CONFIG_TRANSPARENT_HUGEPAGE policy<{'amd64': 'y', 'arm64': 'y', 'armhf-generic-lpae': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}>
......@@ -61,7 +61,7 @@ CONFIG_CRASH_DUMP=y
# CONFIG_CXL_EEH is not set
# CONFIG_CXL_KERNEL_API is not set
# CONFIG_DECNET is not set
CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
CONFIG_DEFAULT_MMAP_MIN_ADDR=65536
# CONFIG_DMADEVICES is not set
# CONFIG_DMA_SHARED_BUFFER is not set
CONFIG_DM_DEBUG=y
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment