• Peter Xu's avatar
    mm/powerpc: define pXd_large() with pXd_leaf() · a2aa530d
    Peter Xu authored
    Patch series "mm/treewide: Replace pXd_large() with pXd_leaf()", v3.
    
    These two APIs are mostly always the same.  It's confusing to have both of
    them.  Merge them into one.  Here I used pXd_leaf() only because
    pXd_leaf() is a global API which is always defined, while pXd_large() is
    not.
    
    We have yet one more API that is similar which is pXd_huge(), but that's
    even trickier, so let's do it step by step.
    
    Some special cares are taken for ppc and x86, they're done as separate
    cleanups first.  
    
    
    This patch (of 10):
    
    The two definitions are the same.  The only difference is that pXd_large()
    is only defined with THP selected, and only on book3s 64bits.
    
    Instead of implementing it twice, make pXd_large() a macro to pXd_leaf(). 
    Define it unconditionally just like pXd_leaf().  This helps to prepare
    merging the two APIs.
    
    Link: https://lkml.kernel.org/r/20240305043750.93762-1-peterx@redhat.com
    Link: https://lkml.kernel.org/r/20240305043750.93762-2-peterx@redhat.comSigned-off-by: default avatarPeter Xu <peterx@redhat.com>
    Reviewed-by: default avatarJason Gunthorpe <jgg@nvidia.com>
    Reviewed-by: default avatarMike Rapoport (IBM) <rppt@kernel.org>
    Cc: Michael Ellerman <mpe@ellerman.id.au>
    Cc: Nicholas Piggin <npiggin@gmail.com>
    Cc: Christophe Leroy <christophe.leroy@csgroup.eu>
    Cc: "Aneesh Kumar K.V" <aneesh.kumar@kernel.org>
    Cc: "Naveen N. Rao" <naveen.n.rao@linux.ibm.com>
    Cc: Kirill A. Shutemov <kirill@shutemov.name>
    Cc: Muchun Song <muchun.song@linux.dev>
    Cc: Yang Shi <shy828301@gmail.com>
    Cc: Alexander Potapenko <glider@google.com>
    Cc: Andrey Konovalov <andreyknvl@gmail.com>
    Cc: Andrey Ryabinin <ryabinin.a.a@gmail.com>
    Cc: Borislav Petkov <bp@alien8.de>
    Cc: Dave Hansen <dave.hansen@linux.intel.com>
    Cc: Dmitry Vyukov <dvyukov@google.com>
    Cc: Ingo Molnar <mingo@redhat.com>
    Cc: Thomas Gleixner <tglx@linutronix.de>
    Cc: Vincenzo Frascino <vincenzo.frascino@arm.com>
    Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
    a2aa530d
pgtable.h 41.3 KB