summaryrefslogtreecommitdiff
path: root/mm/memblock.c
diff options
context:
space:
mode:
authorMa Wupeng <mawupeng1@huawei.com>2022-06-14 17:21:55 +0800
committerArd Biesheuvel <ardb@kernel.org>2022-06-15 12:14:15 +0200
commitc0b978fedff685c9fdf91a46a6f026ac49d99591 (patch)
tree9358bc6399664090bf83ed4b5ebbabbf84c41884 /mm/memblock.c
parentabd62377c0064302df680ab33f4c05290ba24af8 (diff)
arm64: mm: Only remove nomap flag for initrd
Commit 177e15f0c144 ("arm64: add the initrd region to the linear mapping explicitly") remove all the flags of the memory used by initrd. This is fine since MEMBLOCK_MIRROR is not used in arm64. However with mirrored feature introduced to arm64, this will clear the mirrored flag used by initrd, which will lead to error log printed by find_zone_movable_pfns_for_nodes() if the lower 4G range has some non-mirrored memory. To solve this problem, only MEMBLOCK_NOMAP flag will be removed via memblock_clear_nomap(). Signed-off-by: Ma Wupeng <mawupeng1@huawei.com> Reviewed-by: Ard Biesheuvel <ardb@kernel.org> Link: https://lore.kernel.org/r/20220614092156.1972846-5-mawupeng1@huawei.com Acked-by: Mike Rapoport <rppt@linux.ibm.com> Acked-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Diffstat (limited to 'mm/memblock.c')
0 files changed, 0 insertions, 0 deletions