From 1a89f3edb96ec44cad0e2df2c8161f965d046043 Mon Sep 17 00:00:00 2001 From: Tao Huang Date: Mon, 2 Jul 2018 18:46:21 +0800 Subject: [PATCH] ARM: rk3308_linux_aarch32[_debug]_defconfig: enable UACCESS_WITH_MEMCPY unixbench fstime read faster 52% Change-Id: I0655db883610d4b2b7d12f279b1df414a2c2d6c4 Signed-off-by: Tao Huang --- arch/arm/configs/rk3308_linux_aarch32_debug_defconfig | 1 + arch/arm/configs/rk3308_linux_aarch32_defconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/arch/arm/configs/rk3308_linux_aarch32_debug_defconfig b/arch/arm/configs/rk3308_linux_aarch32_debug_defconfig index 099793896ea6..41d9b5f1362f 100644 --- a/arch/arm/configs/rk3308_linux_aarch32_debug_defconfig +++ b/arch/arm/configs/rk3308_linux_aarch32_debug_defconfig @@ -32,6 +32,7 @@ CONFIG_HZ_1000=y CONFIG_THUMB2_KERNEL=y # CONFIG_COMPACTION is not set CONFIG_DEFAULT_MMAP_MIN_ADDR=32768 +CONFIG_UACCESS_WITH_MEMCPY=y # CONFIG_SWIOTLB is not set CONFIG_CMDLINE="coherent_pool=0 user_debug=31" CONFIG_CMDLINE_EXTEND=y diff --git a/arch/arm/configs/rk3308_linux_aarch32_defconfig b/arch/arm/configs/rk3308_linux_aarch32_defconfig index cd0f49323385..85d8c4f871bc 100644 --- a/arch/arm/configs/rk3308_linux_aarch32_defconfig +++ b/arch/arm/configs/rk3308_linux_aarch32_defconfig @@ -32,6 +32,7 @@ CONFIG_HZ_1000=y CONFIG_THUMB2_KERNEL=y # CONFIG_COMPACTION is not set CONFIG_DEFAULT_MMAP_MIN_ADDR=32768 +CONFIG_UACCESS_WITH_MEMCPY=y # CONFIG_SWIOTLB is not set CONFIG_CMDLINE="coherent_pool=0 loglevel=0" CONFIG_CMDLINE_EXTEND=y