Skip to content

Commit d447720

Browse files
mrutland-armJonathan Corbet
authored andcommitted
Documentation/features/vm: correct huge-vmap APIs
In commit: bbc180a ("mm: HUGE_VMAP arch support cleanup") We replaced: * ioremap_pud_enabled() with arch_vmap_pud_supported() * ioremap_pmd_enabled() with arch_vmap_pmd_supported() Update the documentation accordingly. Signed-off-by: Mark Rutland <[email protected]> Cc: Andrew Morton <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Jonathan Corbet <[email protected]> Cc: Nicholas Piggin <[email protected]> Cc: [email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Corbet <[email protected]>
1 parent c19430e commit d447720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/features/vm/huge-vmap/arch-support.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Feature name: huge-vmap
33
# Kconfig: HAVE_ARCH_HUGE_VMAP
4-
# description: arch supports the ioremap_pud_enabled() and ioremap_pmd_enabled() VM APIs
4+
# description: arch supports the arch_vmap_pud_supported() and arch_vmap_pmd_supported() VM APIs
55
#
66
-----------------------
77
| arch |status|

0 commit comments

Comments
 (0)