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

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

Merge "Revert "mm: memory: reduce fault_around_bytes""

parents 80afb01e 0b4f73c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3654,7 +3654,7 @@ int finish_fault(struct vm_fault *vmf)
}

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

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