Re: [PATCH v2 12/14] mm/treewide: Remove pXd_huge()
From: Christophe Leroy
Date: Mon May 27 2024 - 02:03:53 EST
Le 18/03/2024 à 21:04, peterx@xxxxxxxxxx a écrit :
> From: Peter Xu <peterx@xxxxxxxxxx>
>
> This API is not used anymore, drop it for the whole tree.
Some documentation remain in v6.10-rc1:
$ git grep -w p.d_huge
Documentation/mm/arch_pgtable_helpers.rst:| pmd_huge |
Tests a HugeTLB mapped PMD |
Documentation/mm/arch_pgtable_helpers.rst:| pud_huge |
Tests a HugeTLB mapped PUD |
arch/x86/mm/pat/set_memory.c: * otherwise
pmd_present/pmd_huge will return true
Christophe