diff options
author | Stefano Stabellini <stefano.stabellini@eu.citrix.com> | 2013-07-23 17:46:58 +0100 |
---|---|---|
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2013-07-30 13:44:02 -0400 |
commit | 741ddbcfd26f192b0677961385b599aa785f8119 (patch) | |
tree | 81d1ad253f78f93bfe698a3e5848ea77fa304d05 /drivers/xen | |
parent | 179fbd5a45f0d4034cc6fd37b8d367a3b79663c4 (diff) | |
download | linux-741ddbcfd26f192b0677961385b599aa785f8119.tar.bz2 |
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>
Diffstat (limited to 'drivers/xen')
-rw-r--r-- | drivers/xen/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/xen/Kconfig b/drivers/xen/Kconfig index 9e02d60a364b..23eae5cb69c2 100644 --- a/drivers/xen/Kconfig +++ b/drivers/xen/Kconfig @@ -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 |