On Fri, Jun 15, 2012 at 03:07:24PM -0400, Christoffer Dall wrote: > From: Marc Zyngier <marc.zyngier at arm.com> > > In order to avoid compilation failure when KVM is not compiled in, > guard the mmu_notifier specific sections with both CONFIG_MMU_NOTIFIER > and KVM_ARCH_WANT_MMU_NOTIFIER, like it is being done in the rest of > the KVM code. > > Signed-off-by: Marc Zyngier <marc.zyngier at arm.com> > Signed-off-by: Christoffer Dall <c.dall at virtualopensystems.com> > --- > include/linux/kvm_host.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Applied, thanks.