Commit 741ddbcf authored by Stefano Stabellini's avatar Stefano Stabellini Committed by Konrad Rzeszutek Wilk

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: default avatarStefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: default avatarKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
parent 179fbd5a
...@@ -145,7 +145,7 @@ config SWIOTLB_XEN ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment