diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-01-31 17:51:06 -0800 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2020-02-27 13:56:14 +0000 |
commit | 4399e6cdf3e920ab99c5f935ecbae88e60682596 (patch) | |
tree | adbe194cb82dc09776affbba272014005ec9f6c5 /arch/arm64/Kconfig | |
parent | f8788d86ab28f61f7b46eb6be375f8a726783636 (diff) | |
download | lwn-4399e6cdf3e920ab99c5f935ecbae88e60682596.tar.gz lwn-4399e6cdf3e920ab99c5f935ecbae88e60682596.zip |
arm64: fix NUMA Kconfig typos
Fix typos in arch/arm64/Kconfig:
- spell Numa as NUMA
- add hyphenation to Non-Uniform
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Will Deacon <will@kernel.org>
Cc: linux-arm-kernel@lists.infradead.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm64/Kconfig')
-rw-r--r-- | arch/arm64/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 0b30e884e088..d86d05db3250 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -952,11 +952,11 @@ config HOTPLUG_CPU # Common NUMA Features config NUMA - bool "Numa Memory Allocation and Scheduler Support" + bool "NUMA Memory Allocation and Scheduler Support" select ACPI_NUMA if ACPI select OF_NUMA help - Enable NUMA (Non Uniform Memory Access) support. + Enable NUMA (Non-Uniform Memory Access) support. The kernel will try to allocate memory used by a CPU on the local memory of the CPU and add some more |