Commit 2194bb1c by Alexander Popov

Merge branch 'arch-configs'

parents 4e4ea6bf e9bd7fe3
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -133,6 +133,8 @@ CONFIG_GCC_PLUGIN_RANDSTRUCT=y
#arm
CONFIG_ARM=y
# Disallow allocating the first 32k of memory (cannot be 64k due to ARM loader).
CONFIG_DEFAULT_MMAP_MIN_ADDR=32768
......
......@@ -133,6 +133,8 @@ CONFIG_GCC_PLUGIN_RANDSTRUCT=y
#arm64
CONFIG_ARM64=y
# Disallow allocating the first 32k of memory (cannot be 64k due to ARM loader).
CONFIG_DEFAULT_MMAP_MIN_ADDR=32768
......
......@@ -133,6 +133,8 @@ CONFIG_GCC_PLUGIN_RANDSTRUCT=y
#x86_32
CONFIG_X86_32=y
# On 32-bit kernels, require PAE for NX bit support.
# CONFIG_M486 is not set
# CONFIG_HIGHMEM4G is not set
......
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