Commit 1efd985f by Alexander Popov

Specify the architecture in KSPP recommendations

parent 4e4ea6bf
...@@ -133,6 +133,8 @@ CONFIG_GCC_PLUGIN_RANDSTRUCT=y ...@@ -133,6 +133,8 @@ CONFIG_GCC_PLUGIN_RANDSTRUCT=y
#arm #arm
CONFIG_ARM=y
# Disallow allocating the first 32k of memory (cannot be 64k due to ARM loader). # Disallow allocating the first 32k of memory (cannot be 64k due to ARM loader).
CONFIG_DEFAULT_MMAP_MIN_ADDR=32768 CONFIG_DEFAULT_MMAP_MIN_ADDR=32768
......
...@@ -133,6 +133,8 @@ CONFIG_GCC_PLUGIN_RANDSTRUCT=y ...@@ -133,6 +133,8 @@ CONFIG_GCC_PLUGIN_RANDSTRUCT=y
#arm64 #arm64
CONFIG_ARM64=y
# Disallow allocating the first 32k of memory (cannot be 64k due to ARM loader). # Disallow allocating the first 32k of memory (cannot be 64k due to ARM loader).
CONFIG_DEFAULT_MMAP_MIN_ADDR=32768 CONFIG_DEFAULT_MMAP_MIN_ADDR=32768
......
...@@ -133,6 +133,8 @@ CONFIG_GCC_PLUGIN_RANDSTRUCT=y ...@@ -133,6 +133,8 @@ CONFIG_GCC_PLUGIN_RANDSTRUCT=y
#x86_32 #x86_32
CONFIG_X86_32=y
# On 32-bit kernels, require PAE for NX bit support. # On 32-bit kernels, require PAE for NX bit support.
# CONFIG_M486 is not set # CONFIG_M486 is not set
# CONFIG_HIGHMEM4G 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