mm/mm_init.c: drop node_start_pfn from adjust_zone_range_for_zone_movable()
authorHaifeng Xu <haifeng.xu@shopee.com>
Mon, 17 Jul 2023 06:58:11 +0000 (06:58 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 18 Aug 2023 17:12:37 +0000 (10:12 -0700)
commit0792e47d566244e150e320708e0be708a9db1a93
tree44858a19e5f6f1f63c62c8fd0a6bd165bf70263f
parent58f341f772bb48b3d7b13dd6c0f9705ebdd02592
mm/mm_init.c: drop node_start_pfn from adjust_zone_range_for_zone_movable()

node_start_pfn is not used in adjust_zone_range_for_zone_movable(), so it
is pointless to waste a function argument.  Drop the parameter.

Link: https://lkml.kernel.org/r/20230717065811.1262-1-haifeng.xu@shopee.com
Signed-off-by: Haifeng Xu <haifeng.xu@shopee.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Mike Rapoport (IBM) <rppt@kernel.org>
Reviewed-by: Anshuman Khandual <anshuman.khandual@arm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/mm_init.c