Re: [PATCH] Documentation/features/vm: correct huge-vmap APIs

From: Jonathan Corbet
Date: Tue Aug 24 2021 - 15:31:29 EST


Mark Rutland <mark.rutland@xxxxxxx> 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@xxxxxxx>
> Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
> Cc: Ingo Molnar <mingo@xxxxxxxxxx>
> Cc: Jonathan Corbet <corbet@xxxxxxx>
> Cc: Nicholas Piggin <npiggin@xxxxxxxxx>
> Cc: linux-doc@xxxxxxxxxxxxxxx
> ---
> Documentation/features/vm/huge-vmap/arch-support.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

jon