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

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

Merge "mm: memory: reduce fault_around_bytes" into msm-4.9

parents 90554056 23f8a2f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3050,7 +3050,7 @@ int alloc_set_pte(struct fault_env *fe, struct mem_cgroup *memcg,
}

static unsigned long fault_around_bytes __read_mostly =
	rounddown_pow_of_two(65536);
	rounddown_pow_of_two(4096);

#ifdef CONFIG_DEBUG_FS
static int fault_around_bytes_get(void *data, u64 *val)