Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit af91c534 authored by Abhimanyu Garg's avatar Abhimanyu Garg
Browse files

KSM: Start KSM by default



Strat running KSM by default at device bootup.

Change-Id: I7926c529ea42675f4279bffaf149a0cf1080d61b
Signed-off-by: default avatarAbhimanyu Garg <agarg@codeaurora.org>
parent e3771b62
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -239,7 +239,7 @@ static int ksm_nr_node_ids = 1;
#define KSM_RUN_MERGE	1
#define KSM_RUN_UNMERGE	2
#define KSM_RUN_OFFLINE	4
static unsigned long ksm_run = KSM_RUN_STOP;
static unsigned long ksm_run = KSM_RUN_MERGE;
static void wait_while_offlining(void);

static DECLARE_WAIT_QUEUE_HEAD(ksm_thread_wait);