Re: [PATCH v3 10/24] iommu/io-pgtable-arm-v7s: Add cfg as a param in some macros

From: Will Deacon
Date: Fri Oct 23 2020 - 07:23:38 EST


On Wed, Sep 30, 2020 at 03:06:33PM +0800, Yong Wu wrote:
> Add "cfg" as a parameter for some macros. This is a preparing patch for
> mediatek extend the lvl1 pgtable. No functional change.
>
> Signed-off-by: Yong Wu <yong.wu@xxxxxxxxxxxx>
> ---
> drivers/iommu/io-pgtable-arm-v7s.c | 34 +++++++++++++++---------------
> 1 file changed, 17 insertions(+), 17 deletions(-)

Acked-by: Will Deacon <will@xxxxxxxxxx>

(but see my later comments above doing this for some of the 'constants' too)

Will