Home
last modified time | relevance | path

Searched hist:"8377 f8181da8dce24ace68a43e280f6a6cb2c51c" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/soc/qcom/
H A Dsmem.cdiff 8377f8181da8dce24ace68a43e280f6a6cb2c51c Tue Apr 10 17:25:40 CDT 2018 Alex Elder <elder@linaro.org> soc: qcom: smem: fix off-by-one error in qcom_smem_alloc_private()

It's OK if the space for a newly-allocated uncached entry actually
touches the free cached space boundary. It's only a problem if it
would cross it.

Signed-off-by: Alex Elder <elder@linaro.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>