[PATCH] do not allow XEN_TMEM on ARM64
Stefano Stabellini
stefano.stabellini at eu.citrix.com
Tue Jul 23 12:46:58 EDT 2013
tmem is not supported on arm or arm64 yet.
Signed-off-by: Stefano Stabellini <stefano.stabellini at 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
More information about the linux-arm-kernel
mailing list