From: Keir Fraser Date: Wed, 19 Jan 2011 18:24:26 +0000 (+0000) Subject: Disable tmem by default for 4.1 release. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~10902 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=18bb4ab9daa52b4c99906c4c35e18695a1f3c14d;p=xen.git 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 --- 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;