From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH v8 04/15] KVM: Guard mmu_notifier specific code with CONFIG_MMU_NOTIFIER Date: Thu, 28 Jun 2012 18:28:49 -0300 Message-ID: <20120628212848.GA7767@amt.cnet> References: <20120615190553.24590.18391.stgit@ubuntu> <20120615190724.24590.78781.stgit@ubuntu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: android-virt@lists.cs.columbia.edu, kvm@vger.kernel.org To: Christoffer Dall Return-path: Received: from mx1.redhat.com ([209.132.183.28]:51747 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754151Ab2F1Wkf (ORCPT ); Thu, 28 Jun 2012 18:40:35 -0400 Content-Disposition: inline In-Reply-To: <20120615190724.24590.78781.stgit@ubuntu> Sender: kvm-owner@vger.kernel.org List-ID: On Fri, Jun 15, 2012 at 03:07:24PM -0400, Christoffer Dall wrote: > From: Marc Zyngier > > 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 > --- > include/linux/kvm_host.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Applied, thanks.