From: Marc Zyngier Date: Fri, 15 Jun 2012 19:07:24 +0000 (-0400) Subject: KVM: Guard mmu_notifier specific code with CONFIG_MMU_NOTIFIER X-Git-Tag: v3.6-rc1~124^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36c1ed821bd11fb9a3f99a060b1553c114dc2d07;p=pandora-kernel.git KVM: Guard mmu_notifier specific code with CONFIG_MMU_NOTIFIER 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 Signed-off-by: Christoffer Dall Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed