Skip to content

redhat/configs: increase CONFIG_DEFAULT_MMAP_MIN_ADDR from 32K to 64K for aarch64

CONFIG_DEFAULT_MMAP_MIN_ADDR is currently set to 64K on x86_64, and 32K on aarch64. We have a 64K page size variant of RHEL on aarch64, so let's go ahead and increase the default for aarch64 to match what's on x86_64.

Signed-off-by: Brian Masney bmasney@redhat.com

Merge request reports