[PATCH 3/8] UBUNTU: [Config] CONFIG_DEFAULT_MMAP_MIN_ADDR varies by arch
Tyler Hicks
tyhicks at canonical.com
Fri Jun 27 23:19:43 UTC 2014
The recommended value varies between i386 and arm.
Signed-off-by: Tyler Hicks <tyhicks at canonical.com>
---
debian.goldfish/config/armhf/config.common.armhf | 1 +
debian.goldfish/config/config.common.ubuntu | 1 -
debian.goldfish/config/i386/config.common.i386 | 1 +
3 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian.goldfish/config/armhf/config.common.armhf b/debian.goldfish/config/armhf/config.common.armhf
index 5c00a19..b75129e 100644
--- a/debian.goldfish/config/armhf/config.common.armhf
+++ b/debian.goldfish/config/armhf/config.common.armhf
@@ -39,6 +39,7 @@ CONFIG_DAVICOM_PHY=m
# CONFIG_DEFAULT_CFQ is not set
CONFIG_DEFAULT_DEADLINE=y
CONFIG_DEFAULT_IOSCHED="deadline"
+CONFIG_DEFAULT_MMAP_MIN_ADDR=32768
# CONFIG_DMADEVICES is not set
CONFIG_DM_DELAY=m
CONFIG_DM_MIRROR=m
diff --git a/debian.goldfish/config/config.common.ubuntu b/debian.goldfish/config/config.common.ubuntu
index 890a735..7c5ef1a 100644
--- a/debian.goldfish/config/config.common.ubuntu
+++ b/debian.goldfish/config/config.common.ubuntu
@@ -699,7 +699,6 @@ CONFIG_DEFAULT_HOSTNAME="(none)"
CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=120
CONFIG_DEFAULT_IO_DELAY_TYPE=0
CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4
-CONFIG_DEFAULT_MMAP_MIN_ADDR=65536
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_SECURITY="apparmor"
CONFIG_DEFAULT_SECURITY_APPARMOR=y
diff --git a/debian.goldfish/config/i386/config.common.i386 b/debian.goldfish/config/i386/config.common.i386
index e6a059a..696561f 100644
--- a/debian.goldfish/config/i386/config.common.i386
+++ b/debian.goldfish/config/i386/config.common.i386
@@ -39,6 +39,7 @@ CONFIG_DEBUG_INFO=y
CONFIG_DEFAULT_CFQ=y
# CONFIG_DEFAULT_DEADLINE is not set
CONFIG_DEFAULT_IOSCHED="cfq"
+CONFIG_DEFAULT_MMAP_MIN_ADDR=65536
CONFIG_DMADEVICES=y
# CONFIG_DM_DELAY is not set
CONFIG_DM_MIRROR=y
--
1.9.1
More information about the kernel-team
mailing list