Re: [PATCH] KVM: MIPS: fix compilation

From: Sergei Shtylyov
Date: Wed Apr 01 2020 - 06:20:16 EST


Hello!

On 31.03.2020 18:47, Paolo Bonzini wrote:

Commit 31168f033e37 is correct that pud_index() & __pud_offset() are the same

You should also specify the commit's 1-line summary enclosed in ("").

when pud_index() is actually provided, however it does not take into account
the __PAGETABLE_PUD_FOLDED case. Provide kvm_pud_index so that MIPS KVM
compiles.

Signed-off-by: Paolo Bonzini <pbonzini@xxxxxxxxxx>
[...]

MBR, Sergei