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

2021-05-29 Thread Palmer Dabbelt
On Sun, 23 May 2021 22:17:15 PDT (-0700), song.bao@hisilicon.com wrote: 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 documen

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

2021-05-27 Thread Jonathan Corbet
Barry Song 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 > --- > D

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

2021-05-23 Thread Barry Song
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 --- Documentation/admin-guide/kernel-parame