Re: [PATCH v2 resend 3/3] arm64: mm: Cleanup useless parameters in zone_sizes_init()

From: Kefeng Wang
Date: Mon Apr 11 2022 - 04:22:41 EST



On 2022/4/2 1:05, Vijay Balakrishna wrote:


On 3/31/2022 12:40 AM, Kefeng Wang wrote:
Directly use max_pfn for max and no one use min, kill them.

Signed-off-by: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>

Looks good.  Reference to dma32_phys_limit in zone_sizes_init() depends on what you do with my comment [1].

[1] https://lore.kernel.org/all/69c1e722-33ea-95cf-de84-aed3022cb042@xxxxxxxxxxxxxxxxxxx/
Ok, will drop dma32_phys_limit and directly use max_zone_phys(32).

Reviewed-by: Vijay Balakrishna <vijayb@xxxxxxxxxxxxxxxxxxx>

Thanks.