]> Git Repo - J-linux.git/commit
mm/x86: replace p4d_large() with p4d_leaf()
authorPeter Xu <[email protected]>
Tue, 5 Mar 2024 04:37:43 +0000 (12:37 +0800)
committerAndrew Morton <[email protected]>
Wed, 6 Mar 2024 21:04:19 +0000 (13:04 -0800)
commitdba8e6f34f07674e7b6e33d74b4ff35c82abb13a
tree7054712979ccf14108c08f3f232cd8363fdbf619
parentbd18b688220c7225fb50498dabd9f9d0c9988e67
mm/x86: replace p4d_large() with p4d_leaf()

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

Only x86 has p4d_leaf() defined as of now.  So it also means after this
patch we removed all p4d_large() usages.

Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Peter Xu <[email protected]>
Reviewed-by: Jason Gunthorpe <[email protected]>
Reviewed-by: Mike Rapoport (IBM) <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Dave Hansen <[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: Christophe Leroy <[email protected]>
Cc: Dmitry Vyukov <[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: Vincenzo Frascino <[email protected]>
Cc: Yang Shi <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
arch/x86/mm/fault.c
arch/x86/mm/init_64.c
arch/x86/mm/pat/set_memory.c
arch/x86/mm/pti.c
arch/x86/power/hibernate.c
arch/x86/xen/mmu_pv.c
This page took 0.050682 seconds and 4 git commands to generate.