[PATCH 2/3] powerpc: Make NUMA default y for powernv
Srikar Dronamraju
srikar at linux.vnet.ibm.com
Wed Nov 25 15:30:25 AEDT 2020
* Michael Ellerman <mpe at ellerman.id.au> [2020-11-24 23:05:46]:
> 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 at ellerman.id.au>
Looks good to me.
Reviewed-by: Srikar Dronamraju <srikar at linux.vnet.ibm.com>
> ---
> arch/powerpc/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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
> --
> 2.25.1
>
--
Thanks and Regards
Srikar Dronamraju
More information about the Linuxppc-dev
mailing list