Re: powerpc/32: book3s - fix compile error with CONFIG_PPC_PTDUMP

From: Michael Ellerman
Date: Wed Jan 17 2018 - 08:32:59 EST


On Fri, 2017-12-08 at 16:34:29 UTC, Christophe Leroy wrote:
> This patch remove CONFIG_PPC_HTDUMP if not PPC_BOOK3S_64 to avoid
> below compile failure on BOOK3S_32:
>
> CC arch/powerpc/mm/dump_linuxpagetables.o
> CC arch/powerpc/mm/dump_hashpagetable.o
> In file included from arch/powerpc/mm/dump_hashpagetable.c:27:0:
> ./arch/powerpc/include/asm/plpar_wrappers.h: In function 'get_cede_latency_hint':
...
>
> Fixes: dd5ac03e09554 ("powerpc/mm: Fix page table dump build
> on non-Book3S")
>
> Signed-off-by: Christophe Leroy <christophe.leroy@xxxxxx>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/94d3084a0f8cbca9ceea2835ac842c

cheers