2020-02-01 01:57:52

by Randy Dunlap

[permalink] [raw]
Subject: [PATCH] arch/mips: change duplicated word in NUMA help text

From: Randy Dunlap <[email protected]>

Fix wording in NUMA help text.

Signed-off-by: Randy Dunlap <[email protected]>
Cc: Ralf Baechle <[email protected]>
Cc: Paul Burton <[email protected]>
Cc: [email protected]
---
arch/mips/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200131.orig/arch/mips/Kconfig
+++ linux-next-20200131/arch/mips/Kconfig
@@ -2676,7 +2676,7 @@ config NUMA
Say Y to compile the kernel to support NUMA (Non-Uniform Memory
Access). This option improves performance on systems with more
than two nodes; on two node systems it is generally better to
- leave it disabled; on single node systems disable this option
+ leave it disabled; on single node systems leave this option
disabled.

config SYS_SUPPORTS_NUMA


2020-02-15 22:13:55

by Philippe Mathieu-Daudé

[permalink] [raw]
Subject: Re: [PATCH] arch/mips: change duplicated word in NUMA help text

On 2/1/20 2:55 AM, Randy Dunlap wrote:
> From: Randy Dunlap <[email protected]>
>
> Fix wording in NUMA help text.
>
> Signed-off-by: Randy Dunlap <[email protected]>
> Cc: Ralf Baechle <[email protected]>
> Cc: Paul Burton <[email protected]>
> Cc: [email protected]
> ---
> arch/mips/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- linux-next-20200131.orig/arch/mips/Kconfig
> +++ linux-next-20200131/arch/mips/Kconfig
> @@ -2676,7 +2676,7 @@ config NUMA
> Say Y to compile the kernel to support NUMA (Non-Uniform Memory
> Access). This option improves performance on systems with more
> than two nodes; on two node systems it is generally better to
> - leave it disabled; on single node systems disable this option
> + leave it disabled; on single node systems leave this option
> disabled.
>
> config SYS_SUPPORTS_NUMA
>

Reviewed-by: Philippe Mathieu-Daudé <[email protected]>