diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-01-31 17:55:43 -0800 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-03-04 21:18:00 +0100 |
commit | 172a37e9d011510aee37f62cc5ac4e53e49d17bb (patch) | |
tree | 3b4dc01f58f30952f6deba94a0b0e9e6afdb61ea | |
parent | bea176fb39ec737af63217b4b81fca5044621fb0 (diff) | |
download | linux-172a37e9d011510aee37f62cc5ac4e53e49d17bb.tar.bz2 |
arch/mips: change duplicated word in NUMA help text
Fix wording in NUMA help text.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Paul Burton <paulburton@kernel.org>
Cc: linux-mips@vger.kernel.org
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
-rw-r--r-- | arch/mips/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 797d7f1ad5fe..27f800f1875c 100644 --- a/arch/mips/Kconfig +++ b/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 |