[PATCH] powerpc/pseries: Select the generic memory allocator.
Nathan Lynch
nathanl at linux.ibm.com
Fri Mar 10 01:13:08 AEDT 2023
Sebastian Andrzej Siewior <bigeasy at linutronix.de> writes:
> The RTAS work area allocator is using the generic memory allocator and
> as such it must select it.
>
> Select the generic memory allocator on pseries.
>
> Fixes: 43033bc62d349 ("powerpc/pseries: add RTAS work area allocator")
> Signed-off-by: Sebastian Andrzej Siewior <bigeasy at linutronix.de>
Thanks. Randy already sent the same fix:
https://lore.kernel.org/linuxppc-dev/20230223070116.660-4-rdunlap@infradead.org/
> ---
> arch/powerpc/platforms/pseries/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/powerpc/platforms/pseries/Kconfig b/arch/powerpc/platforms/pseries/Kconfig
> index b481c5c8bae11..1c23f2d4ed557 100644
> --- a/arch/powerpc/platforms/pseries/Kconfig
> +++ b/arch/powerpc/platforms/pseries/Kconfig
> @@ -2,6 +2,7 @@
> config PPC_PSERIES
> depends on PPC64 && PPC_BOOK3S
> bool "IBM pSeries & new (POWER5-based) iSeries"
> + select GENERIC_ALLOCATOR
> select HAVE_PCSPKR_PLATFORM
> select MPIC
> select OF_DYNAMIC
> --
> 2.39.2
More information about the Linuxppc-dev
mailing list