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

Commit 4f261955 authored by Arun KS's avatar Arun KS Committed by Gerrit - the friendly Code Review server
Browse files

soc: qcom: pil-q6v5-mss: Do not free memory allocated to modem pil



Modem now uses new memory feature(fixup-reserve-region). Instead of
fixed carve-out, region can adapt and shrink to actual memory
requirement after first allocation. This memory is not considered
as carve out and is exposed to kernel. When memory is freed, kernel
maps the region as normal cacheable memory. This results in XPU
violation errors because the region is still marked as XPU protected
by MBA. Hence modem pil is avoiding freeing of memory and reusing
the allocated region.

Change-Id: I507f4a09e6f86dc8584fb23877fe9eab51ef9bb6
Signed-off-by: default avatarArun KS <arunks@codeaurora.org>
parent 122fe9b1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment