soc: qcom: peripheral-loader: Add attribute to skip zeroing memory
When a subsystem crashes and there is no executing entity that can clear
memory protection, subsequent accesses to that memory will fail.
dma_alloc_attrs tries to zero out memory and can trigger this problem.
Prevent dma_alloc_attrs from attempting to zero out memory.
Change-Id: Ia94c035e566c777385613a1f662aa7571b082651
Signed-off-by:
Taniya Das <tdas@codeaurora.org>
Loading
Please register or sign in to comment