[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 2/6] x86/HVM: remove unnecessary indirection from hvm_get_mem_pinned_cacheattr()
On Thu, Mar 03, 2016 at 04:59:22PM +0000, Wei Liu wrote: > On Thu, Mar 03, 2016 at 09:36:19AM -0700, Jan Beulich wrote: > [...] > > sflags |= pat_type_2_pte_flags(type); > > else if ( d->arch.hvm_domain.is_in_uc_mode ) > > sflags |= pat_type_2_pte_flags(PAT_TYPE_UNCACHABLE); > > --- a/xen/include/asm-x86/hvm/cacheattr.h > > +++ b/xen/include/asm-x86/hvm/cacheattr.h > > @@ -15,8 +15,7 @@ void hvm_destroy_cacheattr_region_list( > > int hvm_get_mem_pinned_cacheattr( > > struct domain *d, > > uint64_t guest_fn, > > - unsigned int order, > > - uint32_t *type); > > + unsigned int order); > > > > You seem to have forgotten to update the comment for this function as > you did in previous patch. Oh well, the updated comment went into the final patch of this series. Wei. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |