Re: [PATCH] mm/page_alloc: remove redundant init code for ZONE_MOVABLE

From: Anshuman Khandual
Date: Thu Feb 09 2017 - 09:35:17 EST


On 02/09/2017 07:47 PM, Wei Yang wrote:
> arch_zone_lowest/highest_possible_pfn[] is set to 0 and [ZONE_MOVABLE] is
> skipped in the loop. No need to reset them to 0 again.
>
> This patch just removes the redundant code.

Yeah, sounds pretty straight forward.