Hi all, Today's linux-next merge of the kvm tree got a conflict in: arch/powerpc/kvm/book3s_64_vio_hv.c between commit: f64e8084c94b ("powerpc/mm: Move hash related mmu-*.h headers to book3s/") from the powerpc tree and commit: d3695aa4f452 ("KVM: PPC: Add support for multiple-TCE hcalls") from the kvm tree. I fixed it up (see below) and can carry the fix as necessary (no action is required). -- Cheers, Stephen Rothwell diff --cc arch/powerpc/kvm/book3s_64_vio_hv.c index 039028d3ccb5,44be73e6aa26..000000000000 --- a/arch/powerpc/kvm/book3s_64_vio_hv.c +++ b/arch/powerpc/kvm/book3s_64_vio_hv.c @@@ -29,7 -30,8 +30,8 @@@ #include <asm/tlbflush.h> #include <asm/kvm_ppc.h> #include <asm/kvm_book3s.h> -#include <asm/mmu-hash64.h> +#include <asm/book3s/64/mmu-hash.h> + #include <asm/mmu_context.h> #include <asm/hvcall.h> #include <asm/synch.h> #include <asm/ppc-opcode.h> -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html