[PATCH 00/14] numa aware allocation for pacas, stacks, pagetables
Michael Ellerman
mpe at ellerman.id.au
Wed Mar 7 21:50:04 AEDT 2018
Nicholas Piggin <npiggin at 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?
cheers
More information about the Linuxppc-dev
mailing list