diff options
author | Randy Dunlap <[email protected]> | 2020-01-31 17:55:43 -0800 |
---|---|---|
committer | Thomas Bogendoerfer <[email protected]> | 2020-03-04 21:18:00 +0100 |
commit | 172a37e9d011510aee37f62cc5ac4e53e49d17bb (patch) | |
tree | 3b4dc01f58f30952f6deba94a0b0e9e6afdb61ea | |
parent | bea176fb39ec737af63217b4b81fca5044621fb0 (diff) |
arch/mips: change duplicated word in NUMA help text
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]
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Signed-off-by: Thomas Bogendoerfer <[email protected]>
-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 |