Re: [PATCH v3 2/4] arm64: rename variables used to calculate ZONE_DMA32's size

2019-09-05 Thread Catalin Marinas
On Mon, Sep 02, 2019 at 04:10:40PM +0200, Nicolas Saenz Julienne wrote: > Let the name indicate that they are used to calculate ZONE_DMA32's size > as opposed to ZONE_DMA. > > Signed-off-by: Nicolas Saenz Julienne Reviewed-by: Catalin Marinas

[PATCH v3 2/4] arm64: rename variables used to calculate ZONE_DMA32's size

2019-09-02 Thread Nicolas Saenz Julienne
Let the name indicate that they are used to calculate ZONE_DMA32's size as opposed to ZONE_DMA. Signed-off-by: Nicolas Saenz Julienne --- Changes in v3: None Changes in v2: None arch/arm64/mm/init.c | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) diff