[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 4/5] xen: sched: impove use of cpumask scratch space in Credit1.
>>> On 17.01.17 at 18:27, <dario.faggioli@xxxxxxxxxx> wrote: > --- a/xen/include/xen/sched-if.h > +++ b/xen/include/xen/sched-if.h > @@ -47,6 +47,13 @@ DECLARE_PER_CPU(struct schedule_data, schedule_data); > DECLARE_PER_CPU(struct scheduler *, scheduler); > DECLARE_PER_CPU(struct cpupool *, cpupool); > > +/* > + * Scratch space, for avoiding having too many cpumask_var_t on the stack. Mind dropping the stray / misleading _var infix from here? There's no problem having many cpumask_var_t-s on the stack, as they're small. cpumask_t instances are problematic. Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |