aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-02-10 09:09:35 +0000
committerKeir Fraser <keir.fraser@citrix.com>2010-02-10 09:09:35 +0000
commit8d835167c276055389215d4cabdb20bcb786146f (patch)
tree81cf2feb152fe33ed56469ad773cc6c8647852aa
parent541a47d53d16745d9dd652647175793a31e35e3b (diff)
downloadxen-8d835167c276055389215d4cabdb20bcb786146f.tar.gz
xen-8d835167c276055389215d4cabdb20bcb786146f.tar.bz2
xen-8d835167c276055389215d4cabdb20bcb786146f.zip
tmem: Disable by default: enable with Xen boot param 'tmem'
This reverts 20758:4e56f809ddbf and 20655:3c5b5c4c1d79 Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
-rw-r--r--xen/common/tmem_xen.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/xen/common/tmem_xen.c b/xen/common/tmem_xen.c
index ba3f03ca97..950c9c03da 100644
--- a/xen/common/tmem_xen.c
+++ b/xen/common/tmem_xen.c
@@ -14,11 +14,7 @@
#define EXPORT /* indicates code other modules are dependent upon */
-#ifdef __x86_64__
-EXPORT int opt_tmem = 1;
-#else
EXPORT int opt_tmem = 0;
-#endif
boolean_param("tmem", opt_tmem);
EXPORT int opt_tmem_compress = 0;