xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] don't compile XEN_TMEM on ARM adn ARM64
@ 2013-06-24 15:51 Stefano Stabellini
  2013-06-24 15:58 ` Jan Beulich
  2013-06-24 16:00 ` Konrad Rzeszutek Wilk
  0 siblings, 2 replies; 5+ messages in thread
From: Stefano Stabellini @ 2013-06-24 15:51 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk; +Cc: xen-devel, Stefano Stabellini

Hi Konrad,
XEN_TMEM doesn't work on ARM64. This commit break Xen ARM64 in
linux-next:

commit 10a7a0771399a57a297fca9615450dbb3f88081a
Author: Dan Magenheimer <dan.magenheimer@oracle.com>
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.

---

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>

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

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-06-24 16:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-24 15:51 [PATCH] don't compile XEN_TMEM on ARM adn ARM64 Stefano Stabellini
2013-06-24 15:58 ` Jan Beulich
2013-06-24 16:00 ` Konrad Rzeszutek Wilk
2013-06-24 16:12   ` Stefano Stabellini
2013-06-24 16:15     ` Konrad Rzeszutek Wilk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).