Re: [PATCH v3 2/3] x86/mm: Regularize set_memory_p() parameters and make non-static

From: kirill . shutemov
Date: Mon Jan 08 2024 - 08:11:03 EST


On Fri, Jan 05, 2024 at 10:30:24AM -0800, mhkelley58@xxxxxxxxx wrote:
> From: Michael Kelley <mhklinux@xxxxxxxxxxx>
>
> set_memory_p() is currently static. It has parameters that don't
> match set_memory_p() under arch/powerpc and that aren't congruent
> with the other set_memory_* functions. There's no good reason for
> the difference.
>
> Fix this by making the parameters consistent, and update the one
> existing call site. Make the function non-static and add it to
> include/asm/set_memory.h so that it is completely parallel to
> set_memory_np() and is usable in other modules.
>
> No functional change.
>
> Signed-off-by: Michael Kelley <mhklinux@xxxxxxxxxxx>

Acked-by: Kirill A. Shutemov <kirill.shutemov@xxxxxxxxxxxxxxx>

--
Kiryl Shutsemau / Kirill A. Shutemov