Re: [PATCH] docs: kernel-parameters: mark numa=off is supported by a bundle of architectures

From: Jonathan Corbet
Date: Thu May 27 2021 - 12:11:57 EST


Barry Song <song.bao.hua@xxxxxxxxxxxxx> writes:

> risc-v and arm64 support numa=off by common arch_numa_init()
> in drivers/base/arch_numa.c. x86, ppc, mips, sparc support it
> by arch-level early_param.
> numa=off is widely used in linux distributions. it is better
> to document it.
>
> Signed-off-by: Barry Song <song.bao.hua@xxxxxxxxxxxxx>
> ---
> Documentation/admin-guide/kernel-parameters.txt | 3 +++
> 1 file changed, 3 insertions(+)

Applied, thanks.

jon