diff mbox

do not allow XEN_TMEM on ARM64

Message ID alpine.DEB.2.02.1307231745520.4893@kaball.uk.xensource.com (mailing list archive)
State New, archived
Headers show

Commit Message

Stefano Stabellini July 23, 2013, 4:46 p.m. UTC
tmem is not supported on arm or arm64 yet.

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

Comments

Konrad Rzeszutek Wilk July 30, 2013, 3:40 p.m. UTC | #1
On Tue, Jul 23, 2013 at 05:46:58PM +0100, Stefano Stabellini wrote:
> tmem is not supported on arm or arm64 yet.

So .. I lost track of the conversation about this. We chatted
about this on the hyepervisor side and then there is also
this patch.


What did we decide?

> 
> Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
> 
> diff --git a/drivers/xen/Kconfig b/drivers/xen/Kconfig
> index 9e02d60..a18f350 100644
> --- a/drivers/xen/Kconfig
> +++ b/drivers/xen/Kconfig
> @@ -145,7 +146,7 @@ config SWIOTLB_XEN
>  
>  config XEN_TMEM
>  	tristate
> -	depends on !ARM
> +	depends on !ARM && !ARM64
>  	default m if (CLEANCACHE || FRONTSWAP)
>  	help
>  	  Shim to interface in-kernel Transcendent Memory hooks
diff mbox

Patch

diff --git a/drivers/xen/Kconfig b/drivers/xen/Kconfig
index 9e02d60..a18f350 100644
--- a/drivers/xen/Kconfig
+++ b/drivers/xen/Kconfig
@@ -145,7 +146,7 @@  config SWIOTLB_XEN
 
 config XEN_TMEM
 	tristate
-	depends on !ARM
+	depends on !ARM && !ARM64
 	default m if (CLEANCACHE || FRONTSWAP)
 	help
 	  Shim to interface in-kernel Transcendent Memory hooks