Re: [PATCH 09/10] KVM: arm/arm64: Detangle kvm_mmu.h from kvm_hyp.h

2017-10-16 Thread Christoffer Dall
On Mon, Oct 09, 2017 at 04:20:31PM +0100, Marc Zyngier wrote: > kvm_hyp.h has an odd dependency on kvm_mmu.h, which makes the > opposite inclusion impossible. Let's start with breaking that > useless dependency. > > Signed-off-by: Marc Zyngier Acked-by: Christoffer Dall > --- > arch/arm/inclu

[PATCH 09/10] KVM: arm/arm64: Detangle kvm_mmu.h from kvm_hyp.h

2017-10-09 Thread Marc Zyngier
kvm_hyp.h has an odd dependency on kvm_mmu.h, which makes the opposite inclusion impossible. Let's start with breaking that useless dependency. Signed-off-by: Marc Zyngier --- arch/arm/include/asm/kvm_hyp.h | 1 - arch/arm/kvm/hyp/switch.c| 1 + arch/arm/kvm/hyp/tlb.c | 1 +