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

Commit 5116273a authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drivers: staging: ion: mark secure page private"

parents a3ecd679 b5305834
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -307,6 +307,7 @@ static bool check_valid_vmid(int dest_vmid, struct ion_msm_system_heap *sys_heap
		return false;
	}
	valid_vmids[dest_vmid] = true;
	SetPagePrivate(page);
	ion_msm_page_pool_free(sys_heap->secure_pools[dest_vmid][order_ind],
			       page);
	return true;