summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2020-11-24 23:05:46 +1100
committerMichael Ellerman <mpe@ellerman.id.au>2020-12-04 01:01:09 +1100
commit4c28b32b886f1489c5f510ed8e3f0c4e3dcb59f5 (patch)
tree8cf30eaf361b90be989ca411de13d79f2cb97b42
parent25395cd2f8cb24ce6a5ce073c898acfb091e06cf (diff)
downloadlinux-4c28b32b886f1489c5f510ed8e3f0c4e3dcb59f5.tar.gz
linux-4c28b32b886f1489c5f510ed8e3f0c4e3dcb59f5.tar.bz2
linux-4c28b32b886f1489c5f510ed8e3f0c4e3dcb59f5.zip
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 <mpe@ellerman.id.au> Reviewed-by: Srikar Dronamraju <srikar@linux.vnet.ibm.com> Link: https://lore.kernel.org/r/20201124120547.1940635-2-mpe@ellerman.id.au
-rw-r--r--arch/powerpc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index a22db3db6b96..4d688b426353 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -661,7 +661,7 @@ config IRQ_ALL_CPUS
config NUMA
bool "NUMA support"
depends on PPC64 && SMP
- default y if SMP && PPC_PSERIES
+ default y if PPC_PSERIES || PPC_POWERNV
config NODES_SHIFT
int