Re: [Xen-devel] [PATCH 6/6] x86/HVM: re-format cache attribute pinning code

2016-03-03 Thread Andrew Cooper
On 03/03/16 16:38, Jan Beulich wrote: > No intended functional change, albeit it includes ditching a redundant > is_hvm_domain(). > > Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper ___ Xen-devel mailing list Xen-devel@lists.xen.org http://lists

[Xen-devel] [PATCH 6/6] x86/HVM: re-format cache attribute pinning code

2016-03-03 Thread Jan Beulich
No intended functional change, albeit it includes ditching a redundant is_hvm_domain(). Signed-off-by: Jan Beulich --- a/xen/arch/x86/hvm/mtrr.c +++ b/xen/arch/x86/hvm/mtrr.c @@ -521,14 +521,12 @@ struct hvm_mem_pinned_cacheattr_range { static DEFINE_RCU_READ_LOCK(pinned_cacheattr_rcu_lock);