From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: [PATCH] don't compile XEN_TMEM on ARM adn ARM64 Date: Mon, 24 Jun 2013 12:00:41 -0400 Message-ID: <20130624160041.GA23778@phenom.dumpdata.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Stefano Stabellini Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Mon, Jun 24, 2013 at 04:51:17PM +0100, Stefano Stabellini wrote: > Hi Konrad, > XEN_TMEM doesn't work on ARM64. This commit break Xen ARM64 in > linux-next: > > commit 10a7a0771399a57a297fca9615450dbb3f88081a > Author: Dan Magenheimer > Date: Tue Apr 30 15:27:00 2013 -0700 > > xen: tmem: enable Xen tmem shim to be built/loaded as a module > > I suggest fixing it by disabling XEN_TMEM on everything non-x86. Hm, what is the compile issue? > > --- > > Signed-off-by: Stefano Stabellini > > diff --git a/drivers/xen/Kconfig b/drivers/xen/Kconfig > index 9e02d60..c1ac85b 100644 > --- a/drivers/xen/Kconfig > +++ b/drivers/xen/Kconfig > @@ -145,7 +145,7 @@ config SWIOTLB_XEN > > config XEN_TMEM > tristate > - depends on !ARM > + depends on X86 > default m if (CLEANCACHE || FRONTSWAP) > help > Shim to interface in-kernel Transcendent Memory hooks