Re: [kernel] KVM: PPC: Fix compile when CONFIG_PPC_RADIX_MMU is not defined

2019-01-23 Thread Michael Ellerman
On Mon, 2019-01-14 at 00:38:49 UTC, Alexey Kardashevskiy wrote: > This adds some stubs for hash only configs. > > Signed-off-by: Alexey Kardashevskiy Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/cd6b8a631c5de3a6b7c8ef30337fd02b cheers

[PATCH kernel] KVM: PPC: Fix compile when CONFIG_PPC_RADIX_MMU is not defined

2019-01-13 Thread Alexey Kardashevskiy
This adds some stubs for hash only configs. Signed-off-by: Alexey Kardashevskiy --- .../include/asm/book3s/64/tlbflush-radix.h| 30 +++ 1 file changed, 24 insertions(+), 6 deletions(-) diff --git a/arch/powerpc/include/asm/book3s/64/tlbflush-radix.h b/arch/powerpc/include/a