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

Commit 52755a91 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "soc: qcom: Request GFP_NOIO for effective memory reclaim"

parents 4d180c60 c9a5261c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -666,7 +666,7 @@ int scm_call2(u32 fn_id, struct scm_desc *desc)
	if (unlikely(!is_scm_armv8()))
		return -ENODEV;

	ret = allocate_extra_arg_buffer(desc, GFP_KERNEL);
	ret = allocate_extra_arg_buffer(desc, GFP_NOIO);
	if (ret)
		return ret;