]> Git Repo - linux.git/commit
mm/pgtable: add stubs for {pmd/pub}_{set/clear}_huge
authorChristophe Leroy <[email protected]>
Thu, 1 Jul 2021 01:48:03 +0000 (18:48 -0700)
committerLinus Torvalds <[email protected]>
Thu, 1 Jul 2021 03:47:26 +0000 (20:47 -0700)
commitc742199a014de23ee92055c2473d91fe5561ffdf
tree9e8fa996426ab90a785cd285ad1a14c5a19cb911
parent79c1c594f49a88fba9744cb5c85978c6b1b365ec
mm/pgtable: add stubs for {pmd/pub}_{set/clear}_huge

For architectures with no PMD and/or no PUD, add stubs similar to what we
have for architectures without P4D.

[[email protected]: arm64: define only {pud/pmd}_{set/clear}_huge when useful]
Link: https://lkml.kernel.org/r/73ec95f40cafbbb69bdfb43a7f53876fd845b0ce.1620990479.git.christophe.leroy@csgroup.eu
[[email protected]: x86: define only {pud/pmd}_{set/clear}_huge when useful]
Link: https://lkml.kernel.org/r/7fbf1b6bc3e15c07c24fa45278d57064f14c896b.1620930415.git.christophe.leroy@csgroup.eu
Link: https://lkml.kernel.org/r/5ac5976419350e8e048d463a64cae449eb3ba4b0.1620795204.git.christophe.leroy@csgroup.eu
Signed-off-by: Christophe Leroy <[email protected]>
Cc: Benjamin Herrenschmidt <[email protected]>
Cc: Michael Ellerman <[email protected]>
Cc: Mike Kravetz <[email protected]>
Cc: Mike Rapoport <[email protected]>
Cc: Nicholas Piggin <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Uladzislau Rezki <[email protected]>
Cc: Naresh Kamboju <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/arm64/mm/mmu.c
arch/x86/mm/pgtable.c
include/linux/pgtable.h
This page took 0.05676 seconds and 4 git commands to generate.