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

Commit 7081b33c authored by Patrick Daly's avatar Patrick Daly Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Reduce size of offline-able memory region



Since offline-able memory is in ZONE_MOVEABLE, it may not be
used for GFP_KERNEL allocations. Experiments have shown that
the previous setting causes the system to run out of memory
for GFP_KERNEL type allocations.

Change-Id: I3d284b324eb10ad1907e5eaf0df27c65acd29a3b
Signed-off-by: default avatarPatrick Daly <pdaly@codeaurora.org>
parent f6fbeafa
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -39,7 +39,8 @@

	mem-offline {
		compatible = "qcom,mem-offline";
		mem-percent = "35";
		/* 1 Gb out of 6 Gb*/
		mem-percent = "17";
		granule = <512>;
		mboxes = <&qmp_aop 0>;
	};