From: Keir Fraser Date: Wed, 16 Dec 2009 22:26:15 +0000 (+0000) Subject: Turn tmem (transcendent memory) support on by default. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~12887 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f7a1cb1c2fd8ae8aab9641149b09853ed7e51a63;p=xen.git 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 --- 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;