[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 5/7] xen: sched: get rid of the per domain vCPU list in Credit2
On Thu, 2015-10-08 at 14:10 +0100, Andrew Cooper wrote: > On 08/10/15 13:53, Dario Faggioli wrote: > > diff --git a/xen/common/sched_rt.c b/xen/common/sched_rt.c > > index 797adc1..0ca4902 100644 > > --- a/xen/common/sched_rt.c > > +++ b/xen/common/sched_rt.c > > @@ -1147,7 +1147,7 @@ rt_dom_cntl( > > break; > > } > > spin_lock_irqsave(&prv->lock, flags); > > - for_each_vcpu( sdom->dom, vc ) > > + for_each_vcpu( d, vc ) > > { > > svc = rt_vcpu(vc); > > svc->period = MICROSECS(op->u.rtds.period); /* > > transfer to nanosec */ > > This hunk looks like it wants to be in the previous patch. > It clearly does. `stg refresh' fat-fingering, I guess. Sorry, I'll take care when respinning! :-/ Dario -- <<This happens because I choose it to happen!>> (Raistlin Majere) ----------------------------------------------------------------- Dario Faggioli, Ph.D, http://about.me/dario.faggioli Senior Software Engineer, Citrix Systems R&D Ltd., Cambridge (UK) Attachment:
signature.asc _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |