OSDN Git Service

powerpc: Make NUMA default y for powernv
authorMichael Ellerman <mpe@ellerman.id.au>
Tue, 24 Nov 2020 12:05:46 +0000 (23:05 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 3 Dec 2020 14:01:09 +0000 (01:01 +1100)
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
arch/powerpc/Kconfig

index a22db3d..4d688b4 100644 (file)
@@ -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