aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/tmem_xen.c
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-12-16 22:26:15 +0000
committerKeir Fraser <keir.fraser@citrix.com>2009-12-16 22:26:15 +0000
commitf7a1cb1c2fd8ae8aab9641149b09853ed7e51a63 (patch)
treeeaa6ab17a7c3b8a135edd4bebd315a0f22b60cb0 /xen/common/tmem_xen.c
parent0509aa793508f31f968cb57036d4b18aaf144951 (diff)
downloadxen-f7a1cb1c2fd8ae8aab9641149b09853ed7e51a63.tar.gz
xen-f7a1cb1c2fd8ae8aab9641149b09853ed7e51a63.tar.bz2
xen-f7a1cb1c2fd8ae8aab9641149b09853ed7e51a63.zip
Turn tmem (transcendent memory) support on by default.
Tmem has been in-tree for about seven months, but disabled by default. Enabling it should be entirely harmless unless a running PV domain has been tmem-modified. I'd like to confirm that by enabling it now, so that it can be enabled by default for the 4.0.0 release. Signed-off-by: Dan Magenheimer <dan.magenheimer@oracle.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 950c9c03da..b4229b8b3f 100644
--- a/xen/common/tmem_xen.c
+++ b/xen/common/tmem_xen.c
@@ -14,7 +14,7 @@
#define EXPORT /* indicates code other modules are dependent upon */
-EXPORT int opt_tmem = 0;
+EXPORT int opt_tmem = 1;
boolean_param("tmem", opt_tmem);
EXPORT int opt_tmem_compress = 0;