]> Git Repo - linux.git/commit
mm/x86: drop two unnecessary pud_leaf() definitions
authorPeter Xu <[email protected]>
Tue, 5 Mar 2024 04:37:45 +0000 (12:37 +0800)
committerAndrew Morton <[email protected]>
Wed, 6 Mar 2024 21:04:19 +0000 (13:04 -0800)
commit924bd6a8c96767a05323d575bdefd664631dce73
treef73dcf1f1691dccebcd973bbdc8c76fc2ed15d6e
parent83ea65da325c643bd1fea078fb81c5415ed7a83a
mm/x86: drop two unnecessary pud_leaf() definitions

pud_leaf() has a fallback macro defined in include/linux/pgtable.h
already.  Drop the extra two for x86.

Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Peter Xu <[email protected]>
Reviewed-by: Jason Gunthorpe <[email protected]>
Acked-by: Thomas Gleixner <[email protected]>
Reviewed-by: Mike Rapoport (IBM) <[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/include/asm/pgtable.h
include/asm-generic/pgtable-nopmd.h
This page took 0.052142 seconds and 4 git commands to generate.