summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArve Hjønnevåg <arve@android.com>2012-09-26 19:52:59 -0700
committerAnton Vorontsov <anton.vorontsov@linaro.org>2012-11-05 11:48:27 -0800
commit53f59ec44b4a6db7d286a2f1e97feca639083de0 (patch)
tree8ef5e730bef8e172f996e3efbe9dd6bce94b97a1
parent8199068e98458d7c8208345949185fb21166fe31 (diff)
downloadlinux-topics-53f59ec44b4a6db7d286a2f1e97feca639083de0.tar.gz
staging: android: lowmemorykiller: Change default debug_level to 1
The select...to kill messages are not very useful when not debugging the lowmemorykiller itself. After the change to check TIF_MEMDIE instead of using a task notifer this message can also get very noisy. Change-Id: Ice171c25801d6faa454b885a23b24b002423b754 Signed-off-by: Arve Hjønnevåg <arve@android.com>
-rw-r--r--drivers/staging/android/lowmemorykiller.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/android/lowmemorykiller.c b/drivers/staging/android/lowmemorykiller.c
index cd84baa70b0..6359399bced 100644
--- a/drivers/staging/android/lowmemorykiller.c
+++ b/drivers/staging/android/lowmemorykiller.c
@@ -40,7 +40,7 @@
#include <linux/profile.h>
#include <linux/notifier.h>
-static uint32_t lowmem_debug_level = 2;
+static uint32_t lowmem_debug_level = 1;
static int lowmem_adj[6] = {
0,
1,