debuggers.hg
changeset 22829:051a1b1b8f8a
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>
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>
author | Keir Fraser <keir@xen.org> |
---|---|
date | Wed Jan 19 18:24:26 2011 +0000 (2011-01-19) |
parents | fe8a177ae9cb |
children | 0592d6ca9177 |
files | xen/common/tmem_xen.c |
line diff
1.1 --- a/xen/common/tmem_xen.c Wed Jan 19 15:29:04 2011 +0000 1.2 +++ b/xen/common/tmem_xen.c Wed Jan 19 18:24:26 2011 +0000 1.3 @@ -15,7 +15,7 @@ 1.4 1.5 #define EXPORT /* indicates code other modules are dependent upon */ 1.6 1.7 -EXPORT bool_t __read_mostly opt_tmem = 1; 1.8 +EXPORT bool_t __read_mostly opt_tmem = 0; 1.9 boolean_param("tmem", opt_tmem); 1.10 1.11 EXPORT bool_t __read_mostly opt_tmem_compress = 0;