Skip to content

Commit bae80c2

Browse files
committed
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: Michael Ellerman <[email protected]> Reviewed-by: Randy Dunlap <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 4c28b32 commit bae80c2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

arch/powerpc/Kconfig

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,9 +659,15 @@ config IRQ_ALL_CPUS
659659
reported with SMP Power Macintoshes with this option enabled.
660660

661661
config NUMA
662-
bool "NUMA support"
662+
bool "NUMA Memory Allocation and Scheduler Support"
663663
depends on PPC64 && SMP
664664
default y if PPC_PSERIES || PPC_POWERNV
665+
help
666+
Enable NUMA (Non-Uniform Memory Access) support.
667+
668+
The kernel will try to allocate memory used by a CPU on the
669+
local memory controller of the CPU and add some more
670+
NUMA awareness to the kernel.
665671

666672
config NODES_SHIFT
667673
int

0 commit comments

Comments
 (0)