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

Commit 279959eb authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mm: memory: reduce fault_around_bytes"

parents 920b4cde 0d21518b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3514,7 +3514,7 @@ vm_fault_t finish_fault(struct vm_fault *vmf)
}

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)