mm: thp: add missing pte_unmap() calls
authorMarek Szyprowski <m.szyprowski@samsung.com>
Wed, 10 Nov 2021 07:39:34 +0000 (08:39 +0100)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Mon, 7 Feb 2022 08:01:41 +0000 (17:01 +0900)
commitd44796761df51c60eec16140157436b158b14e22
tree979a950941811f7e0c05255d957c37659f7645b2
parente7c4d7dd3693056f83e8a1126847514c92873c57
mm: thp: add missing pte_unmap() calls

pte_offset_map() requires to call pte_unmap() after using the returned
pte pointer. Add missing calls.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Change-Id: I1d883c10f627334feec4be4e6d6efce0a3fde38f
arch/arm64/mm/huge_memory.c