On Wed, 07 Mar 2018 21:50:04 +1100 Michael Ellerman <m...@ellerman.id.au> wrote:
> Nicholas Piggin <npig...@gmail.com> writes: > > > This series allows numa aware allocations for various early data > > structures for radix. Hash still has a bolted SLB limitation that > > prevents at least pacas and stacks from node-affine allocations. > > > > Fixed up a number of bugs, got pSeries working, added a couple more > > cases where page tables can be allocated node-local. > > Few problems in here: > > FAILURE kernel-build-linux » powerpc,gcc_ubuntu_be,pmac32 > arch/powerpc/kernel/prom.c:748:2: error: implicit declaration of function > 'allocate_paca_ptrs' [-Werror=implicit-function-declaration] > > FAILURE kernel-build-linux » powerpc,gcc_ubuntu_le,powernv > arch/powerpc/include/asm/paca.h:49:33: error: 'struct paca_struct' has no > member named 'lppaca_ptr' > arch/powerpc/include/asm/paca.h:49:33: error: 'struct paca_struct' has no > member named 'lppaca_ptr' > > Did I miss a follow-up or something? No, I probably just don't do enough compile testing on ppc32. Not sure about the powernv error, probably just missed testing a config. Do you have more logs? Thanks, Nick