Skip to content

Commit

Permalink
xen/tmem: do not allow XEN_TMEM on ARM64
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stefano Stabellini authored and Konrad Rzeszutek Wilk committed Jul 30, 2013
1 parent 179fbd5 commit 741ddbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/xen/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,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
Expand Down

0 comments on commit 741ddbc

Please sign in to comment.