Re: [RFC PATCH v3 02/16] mm: Define __pte_leaf_size() to also take a PMD entry

From: Oscar Salvador
Date: Mon May 27 2024 - 00:53:02 EST


On Sun, May 26, 2024 at 11:22:22AM +0200, Christophe Leroy wrote:
> On powerpc 8xx, when a page is 8M size, the information is in the PMD
> entry. So allow architectures to provide __pte_leaf_size() instead of
> pte_leaf_size() and provide the PMD entry to that function.
>
> When __pte_leaf_size() is not defined, define it as a pte_leaf_size()
> so that architectures not interested in the PMD arguments are not
> impacted.
>
> Only define a default pte_leaf_size() when __pte_leaf_size() is not
> defined to make sure nobody adds new calls to pte_leaf_size() in the
> core.
>
> Signed-off-by: Christophe Leroy <christophe.leroy@xxxxxxxxxx>

thanks, this looks much cleaner.

Reviewed-by: Oscar Salvador <osalvador@xxxxxxx>


--
Oscar Salvador
SUSE Labs