]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm: kill find_min_pfn_with_active_regions()
authorKefeng Wang <wangkefeng.wang@huawei.com>
Mon, 15 Aug 2022 11:10:17 +0000 (19:10 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 22 Aug 2022 22:58:08 +0000 (15:58 -0700)
commitdc81c90d50e053fbc72d2ad7f7542c3c4622206a
tree4d6ee924e7e6dc386cdc652c00bf11aee4c84868
parent138a7ec49ae8b8e6b74784341760d509d25873f1
mm: kill find_min_pfn_with_active_regions()

find_min_pfn_with_active_regions() is only called from free_area_init().
Open-code the PHYS_PFN(memblock_start_of_DRAM()) into free_area_init(),
and kill find_min_pfn_with_active_regions().

Link: https://lkml.kernel.org/r/20220815111017.39341-1-wangkefeng.wang@huawei.com
Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/mm.h
mm/page_alloc.c