Re: [PATCH v2 12/14] mm/treewide: Remove pXd_huge()
From: Peter Xu <peterx@redhat.com>
Date: 2024-05-27 15:44:02
Also in:
linux-arm-kernel, linux-mm, lkml, sparclinux
From: Peter Xu <peterx@redhat.com>
Date: 2024-05-27 15:44:02
Also in:
linux-arm-kernel, linux-mm, lkml, sparclinux
On Mon, May 27, 2024 at 06:03:30AM +0000, Christophe Leroy wrote:
Le 18/03/2024 à 21:04, peterx@redhat.com a écrit :quoted
From: Peter Xu <peterx@redhat.com> 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
True, I'll send a patch, thanks. -- Peter Xu