linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation/features/vm: correct huge-vmap APIs
@ 2021-08-17  9:16 Mark Rutland
  2021-08-24 19:31 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Rutland @ 2021-08-17  9:16 UTC (permalink / raw)
  To: linux-kernel; +Cc: akpm, corbet, linux-doc, mark.rutland, mingo, npiggin

In commit:

  bbc180a5adb05ee8 ("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 <mark.rutland@arm.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Nicholas Piggin <npiggin@gmail.com>
Cc: linux-doc@vger.kernel.org
---
 Documentation/features/vm/huge-vmap/arch-support.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/features/vm/huge-vmap/arch-support.txt b/Documentation/features/vm/huge-vmap/arch-support.txt
index 439fd9069b8b1..bc53905a03069 100644
--- a/Documentation/features/vm/huge-vmap/arch-support.txt
+++ b/Documentation/features/vm/huge-vmap/arch-support.txt
@@ -1,7 +1,7 @@
 #
 # Feature name:          huge-vmap
 #         Kconfig:       HAVE_ARCH_HUGE_VMAP
-#         description:   arch supports the ioremap_pud_enabled() and ioremap_pmd_enabled() VM APIs
+#         description:   arch supports the arch_vmap_pud_supported() and arch_vmap_pmd_supported() VM APIs
 #
     -----------------------
     |         arch |status|
-- 
2.11.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Documentation/features/vm: correct huge-vmap APIs
  2021-08-17  9:16 [PATCH] Documentation/features/vm: correct huge-vmap APIs Mark Rutland
@ 2021-08-24 19:31 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2021-08-24 19:31 UTC (permalink / raw)
  To: Mark Rutland, linux-kernel; +Cc: akpm, linux-doc, mark.rutland, mingo, npiggin

Mark Rutland <mark.rutland@arm.com> writes:

> In commit:
>
>   bbc180a5adb05ee8 ("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 <mark.rutland@arm.com>
> Cc: Andrew Morton <akpm@linux-foundation.org>
> Cc: Ingo Molnar <mingo@kernel.org>
> Cc: Jonathan Corbet <corbet@lwn.net>
> Cc: Nicholas Piggin <npiggin@gmail.com>
> Cc: linux-doc@vger.kernel.org
> ---
>  Documentation/features/vm/huge-vmap/arch-support.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

jon

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-24 19:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-17  9:16 [PATCH] Documentation/features/vm: correct huge-vmap APIs Mark Rutland
2021-08-24 19:31 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).