Re: [Xen-devel] [PATCH v2 2/3] tmem: drop direct usage of opt_tmem

2016-03-16 Thread Jan Beulich
>>> On 15.03.16 at 21:18, wrote: > Don't use the opt_tmem variable to check if tmem is enabled, instead use > the tmem_enabled() helper function everywhere. > > Signed-off-by: Doug Goldstein > --- > CC: Keir Fraser > CC: Jan Beulich > CC: Andrew Cooper > CC: Konrad Rzeszutek Wilk > > change

[Xen-devel] [PATCH v2 2/3] tmem: drop direct usage of opt_tmem

2016-03-15 Thread Doug Goldstein
Don't use the opt_tmem variable to check if tmem is enabled, instead use the tmem_enabled() helper function everywhere. Signed-off-by: Doug Goldstein --- CC: Keir Fraser CC: Jan Beulich CC: Andrew Cooper CC: Konrad Rzeszutek Wilk change since v1: - merged patch 2 and 3 --- xen/arch/x86/setu