aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/Kconfig
diff options
context:
space:
mode:
authorDaniel Hillenbrand <daniel.hillenbrand@codeworkx.de>2012-07-21 23:04:45 +0200
committerDaniel Hillenbrand <daniel.hillenbrand@codeworkx.de>2012-07-21 23:04:45 +0200
commit0a1182796f6475b8cb2ff1781dad873a744b3197 (patch)
treee15b5256dac226c49a25b5e24594cd638e2fec2c /arch/arm/mach-exynos/Kconfig
parent633018c13fe06461d9c60692fbb114734aa37802 (diff)
downloadkernel_samsung_smdk4412-0a1182796f6475b8cb2ff1781dad873a744b3197.zip
kernel_samsung_smdk4412-0a1182796f6475b8cb2ff1781dad873a744b3197.tar.gz
kernel_samsung_smdk4412-0a1182796f6475b8cb2ff1781dad873a744b3197.tar.bz2
samsung opensource update3
Diffstat (limited to 'arch/arm/mach-exynos/Kconfig')
-rw-r--r--arch/arm/mach-exynos/Kconfig21
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
index 3903ef6..864bf02 100644
--- a/arch/arm/mach-exynos/Kconfig
+++ b/arch/arm/mach-exynos/Kconfig
@@ -646,6 +646,27 @@ config ANDROID_WIP
This enables 'work in progress' hacks for android issues.
Please remove it later.
+config COMPACTION_RETRY
+ bool "retry compaction once more after direct reclaim fails"
+ default n
+ depends on COMPACTION
+ help
+ This enables compaction retry in android.
+ If fails to get pages even with direct reclaim,
+ we give one more try to allocate pages with forced compaction.
+ This might avoid oom-killer invocation.
+ with many free pages being already there.
+
+config COMPACTION_RETRY_DEBUG
+ bool "debug information for COMPACTION_RETRY"
+ default n
+ depends on COMPACTION_RETRY
+ help
+ This enables debug feature for compaction retry.
+ This shows us the buddy information
+ before and after compation retrial.
+ This should be turned off later.
+
# machine support
menu "EXYNOS4 Machines"