Commit 99150f6a authored by Arve Hjønnevåg's avatar Arve Hjønnevåg Committed by Greg Kroah-Hartman

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.

Cc: Android Kernel Team <kernel-team@android.com>
Cc: Arve Hjønnevåg <arve@android.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: default avatarArve Hjønnevåg <arve@android.com>
Signed-off-by: default avatarJohn Stultz <john.stultz@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent eeb0f4f3
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
#include <linux/profile.h> #include <linux/profile.h>
#include <linux/notifier.h> #include <linux/notifier.h>
static uint32_t lowmem_debug_level = 2; static uint32_t lowmem_debug_level = 1;
static short lowmem_adj[6] = { static short lowmem_adj[6] = {
0, 0,
1, 1,
......
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