Skip to content

Commit 4c28b32

Browse files
committed
powerpc: Make NUMA default y for powernv
Our NUMA option is default y for pseries, but not powernv. The bulk of powernv systems are NUMA, so make NUMA default y for powernv also. Signed-off-by: Michael Ellerman <[email protected]> Reviewed-by: Srikar Dronamraju <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 25395cd commit 4c28b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/powerpc/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ config IRQ_ALL_CPUS
661661
config NUMA
662662
bool "NUMA support"
663663
depends on PPC64 && SMP
664-
default y if SMP && PPC_PSERIES
664+
default y if PPC_PSERIES || PPC_POWERNV
665665

666666
config NODES_SHIFT
667667
int

0 commit comments

Comments
 (0)