瀏覽代碼

xen/tmem: do not allow XEN_TMEM on ARM64

tmem is not supported on arm or arm64 yet. Will revert this
once the Xen hypervisor supports it.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Stefano Stabellini 12 年之前
父節點
當前提交
741ddbcfd2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/xen/Kconfig

+ 1 - 1
drivers/xen/Kconfig

@@ -145,7 +145,7 @@ config SWIOTLB_XEN
 
 
 config XEN_TMEM
 config XEN_TMEM
 	tristate
 	tristate
-	depends on !ARM
+	depends on !ARM && !ARM64
 	default m if (CLEANCACHE || FRONTSWAP)
 	default m if (CLEANCACHE || FRONTSWAP)
 	help
 	help
 	  Shim to interface in-kernel Transcendent Memory hooks
 	  Shim to interface in-kernel Transcendent Memory hooks