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

Commit 81168468 authored by Kyle Yan's avatar Kyle Yan Committed by Gerrit - the friendly Code Review server
Browse files

Merge "KSM: Start KSM by default" into msm-4.9

parents 963a167f bd46c354
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -240,7 +240,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);