]> Git Repo - linux.git/commit
mm/treewide: replace pud_large() with pud_leaf()
authorPeter Xu <[email protected]>
Tue, 5 Mar 2024 04:37:48 +0000 (12:37 +0800)
committerAndrew Morton <[email protected]>
Wed, 6 Mar 2024 21:04:19 +0000 (13:04 -0800)
commit0a845e0f6348ccfa2dcc8c450ffd1c9ffe8c4add
treebf1ca72dcfd773634fb11bbdf5a212c77460a925
parent2f709f7bfd3d13f8878070a79e0983b5fac2225f
mm/treewide: replace pud_large() with pud_leaf()

pud_large() is always defined as pud_leaf().  Merge their usages.  Chose
pud_leaf() because pud_leaf() is a global API, while pud_large() is not.

Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Peter Xu <[email protected]>
Reviewed-by: Jason Gunthorpe <[email protected]>
Cc: Alexander Potapenko <[email protected]>
Cc: Andrey Konovalov <[email protected]>
Cc: Andrey Ryabinin <[email protected]>
Cc: "Aneesh Kumar K.V" <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Christophe Leroy <[email protected]>
Cc: Dave Hansen <[email protected]>
Cc: Dmitry Vyukov <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Kirill A. Shutemov <[email protected]>
Cc: Michael Ellerman <[email protected]>
Cc: Muchun Song <[email protected]>
Cc: "Naveen N. Rao" <[email protected]>
Cc: Nicholas Piggin <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Vincenzo Frascino <[email protected]>
Cc: Yang Shi <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
20 files changed:
arch/powerpc/mm/book3s64/pgtable.c
arch/s390/boot/vmem.c
arch/s390/include/asm/pgtable.h
arch/s390/mm/gmap.c
arch/s390/mm/hugetlbpage.c
arch/s390/mm/pageattr.c
arch/s390/mm/pgtable.c
arch/s390/mm/vmem.c
arch/sparc/mm/init_64.c
arch/x86/kvm/mmu/mmu.c
arch/x86/mm/fault.c
arch/x86/mm/ident_map.c
arch/x86/mm/init_64.c
arch/x86/mm/kasan_init_64.c
arch/x86/mm/mem_encrypt_identity.c
arch/x86/mm/pat/set_memory.c
arch/x86/mm/pgtable.c
arch/x86/mm/pti.c
arch/x86/power/hibernate.c
arch/x86/xen/mmu_pv.c
This page took 0.067456 seconds and 4 git commands to generate.