aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/tmem_xen.c
diff options
context:
space:
mode:
authorKeir Fraser <keir@xen.org>2011-01-19 18:24:26 +0000
committerKeir Fraser <keir@xen.org>2011-01-19 18:24:26 +0000
commit18bb4ab9daa52b4c99906c4c35e18695a1f3c14d (patch)
tree89659f3301fa5a81f982aa31dcefb217b1caba5b /xen/common/tmem_xen.c
parent4535b2301dd123b8faf1b2110401017434f6b9bb (diff)
downloadxen-18bb4ab9daa52b4c99906c4c35e18695a1f3c14d.tar.gz
xen-18bb4ab9daa52b4c99906c4c35e18695a1f3c14d.tar.bz2
xen-18bb4ab9daa52b4c99906c4c35e18695a1f3c14d.zip
Disable tmem by default for 4.1 release.
Although one major source of order>0 allocations has been removed, others still remain, so re-disable tmem until the issue can be fixed properly. Signed-off-by: Tim Deegan <Tim.Deegan@citrix.com>
Diffstat (limited to 'xen/common/tmem_xen.c')
-rw-r--r--xen/common/tmem_xen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/common/tmem_xen.c b/xen/common/tmem_xen.c
index fdf24f3425..4934c427e2 100644
--- a/xen/common/tmem_xen.c
+++ b/xen/common/tmem_xen.c
@@ -15,7 +15,7 @@
#define EXPORT /* indicates code other modules are dependent upon */
-EXPORT bool_t __read_mostly opt_tmem = 1;
+EXPORT bool_t __read_mostly opt_tmem = 0;
boolean_param("tmem", opt_tmem);
EXPORT bool_t __read_mostly opt_tmem_compress = 0;