WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[PATCH] Re: tmem on 4.1 (was [Xen-devel] Re: Freeze schedule)

# HG changeset patch
# User Tim Deegan <Tim.Deegan@xxxxxxxxxx>
# Date 1295455677 0
# Node ID 497a764d9314a4061440938815f67ef737afc8f0
# Parent  fe8a177ae9cb01cda771ba64cea2c0470cf79cd8
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@xxxxxxxxxx>

diff -r fe8a177ae9cb -r 497a764d9314 xen/common/tmem_xen.c
--- a/xen/common/tmem_xen.c     Wed Jan 19 15:29:04 2011 +0000
+++ b/xen/common/tmem_xen.c     Wed Jan 19 16:47:57 2011 +0000
@@ -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;

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel