Commit bae80c27 authored by Michael Ellerman's avatar Michael Ellerman

powerpc: Update NUMA Kconfig description & help text

Update the NUMA Kconfig description to match other architectures, and
add some help text. Shamelessly borrowed from x86/arm64.
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
Reviewed-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20201124120547.1940635-3-mpe@ellerman.id.au
parent 4c28b32b
...@@ -659,9 +659,15 @@ config IRQ_ALL_CPUS ...@@ -659,9 +659,15 @@ config IRQ_ALL_CPUS
reported with SMP Power Macintoshes with this option enabled. reported with SMP Power Macintoshes with this option enabled.
config NUMA config NUMA
bool "NUMA support" bool "NUMA Memory Allocation and Scheduler Support"
depends on PPC64 && SMP depends on PPC64 && SMP
default y if PPC_PSERIES || PPC_POWERNV default y if PPC_PSERIES || PPC_POWERNV
help
Enable NUMA (Non-Uniform Memory Access) support.
The kernel will try to allocate memory used by a CPU on the
local memory controller of the CPU and add some more
NUMA awareness to the kernel.
config NODES_SHIFT config NODES_SHIFT
int int
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment