Re: [PATCH] powerpc/pseries: Select the generic memory allocator.

2023-03-09 Thread Nathan Lynch
Sebastian Andrzej Siewior 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

[PATCH] powerpc/pseries: Select the generic memory allocator.

2023-03-09 Thread Sebastian Andrzej Siewior
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 --- arch/powerpc/platforms/pseries/Kc